ExClubhouse v0.5.1 ExClubhouse.Model.Branch View Source
Branch model
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %ExClubhouse.Model.Branch{ created_at: binary() | nil, deleted: boolean(), entity_name: binary(), id: integer() | nil, merged_branch_ids: [integer()], name: binary(), persistent: boolean(), pull_requests: [ExClubhouse.Model.PullRequest.t()], repository_id: integer() | nil, updated_at: binary() | nil, url: binary() }