View Source GitHub.Timeline.ReviewedEvent (GitHub REST API Client v0.3.0)

Provides struct and type for a Timeline.ReviewedEvent

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Timeline.ReviewedEvent{
  __info__: map(),
  _links: GitHub.Timeline.ReviewedEventLinks.t(),
  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: DateTime.t() | nil,
  user: GitHub.User.simple()
}