struct

Octokit::Models::PullRequestEvent

Inherits Struct < Value < Object

Constructors

new(action : String, assignee : User, number : Int32, pull_request : PullRequest, changes : Union(EditChange, Nil), requested_reviewer : Union(User, Nil), repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil), label : Union(Label, Nil), organization : Union(Organization, Nil))
new(__temp_1753 : JSON::PullParser)

Instance methods

action
action=(_action : String)
assignee
assignee=(_assignee : User)
changes
changes=(_changes : Union(EditChange, Nil))
installation
installation=(_installation : Union(Installation, Nil))
label
label=(_label : Union(Label, Nil))
number
number=(_number : Int32)
organization
organization=(_organization : Union(Organization, Nil))
pull_request
pull_request=(_pull_request : PullRequest)
repo
repo=(_repo : Union(Repository, Nil))
requested_reviewer
requested_reviewer=(_requested_reviewer : Union(User, Nil))
sender
sender=(_sender : Union(User, Nil))
to_json(json : JSON::Builder)