struct Octokit::Models::PullRequestReviewRequest
- Octokit::Models::PullRequestReviewRequest
- Struct
- Value
- Object
Defined in:
octokit/models/pull_reviews.crConstructors
- .new(node_id : String, commit_id : String, body : String, event : String, comments : Array(DraftReviewComment))
- .new(__temp_3307 : JSON::PullParser)
Instance Method Summary
- #body : String
- #body=(_body : String)
- #comments : Array(DraftReviewComment)
- #comments=(_comments : Array(DraftReviewComment))
- #commit_id : String
- #commit_id=(_commit_id : String)
- #event : String
- #event=(_event : String)
- #node_id : String
- #node_id=(_node_id : String)
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(node_id : String, commit_id : String, body : String, event : String, comments : Array(DraftReviewComment))
#