struct

Octokit::Models::ProjectEvent

Inherits Struct < Value < Object

Constructors

new(action : String, changes : ProjectChange, project : Project, repo : Union(Repository, Nil), org : Union(Organization, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
new(__temp_1689 : JSON::PullParser)

Instance methods

action
action=(_action : String)
changes
changes=(_changes : ProjectChange)
installation
installation=(_installation : Union(Installation, Nil))
org
org=(_org : Union(Organization, Nil))
project
project=(_project : Project)
repo
repo=(_repo : Union(Repository, Nil))
sender
sender=(_sender : Union(User, Nil))
to_json(json : JSON::Builder)