ExClubhouse v0.5.2 ExClubhouse.Model.PullRequest View Source

Pull request model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.PullRequest{
  branch_id: integer(),
  branch_name: binary(),
  closed: boolean(),
  entity_type: binary(),
  id: integer(),
  num_added: integer(),
  num_commits: integer() | nil,
  num_modified: integer() | nil,
  num_removed: integer(),
  number: integer(),
  target_branch_id: integer(),
  target_branch_name: binary(),
  title: binary(),
  updated_at: binary(),
  url: binary()
}