struct

Octokit::Models::ProjectCardEvent

Inherits Struct < Value < Object

Constructors

new(action : String, changes : ProjectCardChange, after_id : Int64, project_card : ProjectCard, repo : Union(Repository, Nil), org : Union(Organization, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
new(__temp_1706 : JSON::PullParser)

Instance methods

action
action=(_action : String)
after_id
after_id=(_after_id : Int64)
changes
changes=(_changes : ProjectCardChange)
installation
installation=(_installation : Union(Installation, Nil))
org
org=(_org : Union(Organization, Nil))
project_card
project_card=(_project_card : ProjectCard)
repo
repo=(_repo : Union(Repository, Nil))
sender
sender=(_sender : Union(User, Nil))
to_json(json : JSON::Builder)