struct

Octokit::Models::PullRequestReviewRequest

Inherits Struct < Value < Object

Constructors

new(node_id : String, commit_id : String, body : String, event : String, comments : Array(DraftReviewComment))
new(__temp_3180 : JSON::PullParser)

Instance methods

body
body=(_body : String)
comments
comments=(_comments : Array(DraftReviewComment))
commit_id
commit_id=(_commit_id : String)
event
event=(_event : String)
node_id
node_id=(_node_id : String)
to_json(json : JSON::Builder)