struct

Octokit::Models::ProjectColumnEvent

Inherits Struct < Value < Object

Constructors

new(action : String, changes : ProjectColumnChange, after_id : Int64, project_column : ProjectColumn, repo : Union(Repository, Nil), org : Union(Organization, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
new(__temp_1725 : JSON::PullParser)

Instance methods

action
action=(_action : String)
after_id
after_id=(_after_id : Int64)
changes
changes=(_changes : ProjectColumnChange)
installation
installation=(_installation : Union(Installation, Nil))
org
org=(_org : Union(Organization, Nil))
project_column
project_column=(_project_column : ProjectColumn)
repo
repo=(_repo : Union(Repository, Nil))
sender
sender=(_sender : Union(User, Nil))
to_json(json : JSON::Builder)