struct

Octokit::Models::PullRequestReviewCommentEvent

Inherits Struct < Value < Object

Constructors

new(action : String, pull_request : PullRequest, comment : PullRequestComment, changes : Union(EditChange, Nil), repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
new(__temp_1795 : JSON::PullParser)

Instance methods

action
action=(_action : String)
changes
changes=(_changes : Union(EditChange, Nil))
comment
comment=(_comment : PullRequestComment)
installation
installation=(_installation : Union(Installation, Nil))
pull_request
pull_request=(_pull_request : PullRequest)
repo
repo=(_repo : Union(Repository, Nil))
sender
sender=(_sender : Union(User, Nil))
to_json(json : JSON::Builder)