Octokit::Models::IssueEvent
Constructors
new(id : Int64, url : String, actor : User, event : String, created_at : Time, issue : Issue, assignee : Union(User, Nil), assigner : Union(User, Nil), commit_id : Union(String, Nil), milestone : Union(Milestone, Nil), label : Union(Label, Nil), rename : Union(Rename, Nil), lock_reason : Union(String, Nil), project_card : Union(ProjectCard, Nil), dismissed_review : Union(DismissedReview, Nil))
new(__temp_2318 : JSON::PullParser)
Instance methods
actor
actor=(_actor : User)
assignee
assigner
commit_id
created_at
created_at=(_created_at : Time)
dismissed_review
event
event=(_event : String)
id
id=(_id : Int64)
issue
issue=(_issue : Issue)
label
lock_reason
milestone
project_card
rename
to_json(json : JSON::Builder)
url
url=(_url : String)