struct

Octokit::Models::PullRequestReviewEvent

Inherits Struct < Value < Object

Constructors

new(action : String, review : PullRequestReview, pull_request : PullRequest, repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil), organization : Union(Organization, Nil))
new(__temp_1778 : JSON::PullParser)

Instance methods

action
action=(_action : String)
installation
installation=(_installation : Union(Installation, Nil))
organization
organization=(_organization : Union(Organization, Nil))
pull_request
pull_request=(_pull_request : PullRequest)
repo
repo=(_repo : Union(Repository, Nil))
review
review=(_review : PullRequestReview)
sender
sender=(_sender : Union(User, Nil))
to_json(json : JSON::Builder)