View Source GitHub.PullRequest.Review (GitHub REST API Client v0.3.0)
Provides struct and type for a PullRequest.Review
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.PullRequest.Review{ __info__: map(), _links: GitHub.PullRequest.ReviewLinks.t(), author_association: String.t(), body: String.t(), body_html: String.t() | nil, body_text: String.t() | nil, commit_id: String.t() | nil, html_url: String.t(), id: integer(), node_id: String.t(), pull_request_url: String.t(), state: String.t(), submitted_at: DateTime.t() | nil, user: GitHub.User.simple() | nil }