struct Octokit::Models::IssuesEvent
- Octokit::Models::IssuesEvent
- Struct
- Value
- Object
Defined in:
octokit/models/event_types.crConstructors
- .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_1513 : JSON::PullParser)
Instance Method Summary
- #action : String
- #action=(_action : String)
- #assignee : User
- #assignee=(_assignee : User)
- #changes : Union(EditChange, Nil)
- #changes=(_changes : Union(EditChange, Nil))
- #installation : Union(Installation, Nil)
- #installation=(_installation : Union(Installation, Nil))
- #issue : Issue
- #issue=(_issue : Issue)
- #label : Label
- #label=(_label : Label)
- #repo : Union(Repository, Nil)
- #repo=(_repo : Union(Repository, Nil))
- #sender : Union(User, Nil)
- #sender=(_sender : Union(User, Nil))
- #to_json(json : JSON::Builder)
Constructor Detail
def self.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))
#