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