struct

Octokit::Models::IssuesEvent

Inherits Struct < Value < Object

Constructors

new(action : String, issue : Issue, assignee : User, label : Label, changes : Union(EditChange, Nil), repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
new(__temp_1532 : JSON::PullParser)

Instance methods

action
action=(_action : String)
assignee
assignee=(_assignee : User)
changes
changes=(_changes : Union(EditChange, Nil))
installation
installation=(_installation : Union(Installation, Nil))
issue
issue=(_issue : Issue)
label
label=(_label : Label)
repo
repo=(_repo : Union(Repository, Nil))
sender
sender=(_sender : Union(User, Nil))
to_json(json : JSON::Builder)