ExClubhouse v0.5.1 ExClubhouse.Model.Commit View Source
Commit model
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %ExClubhouse.Model.Commit{ author_email: binary(), author_id: binary() | nil, author_identity: ExClubhouse.Model.Identity.t(), created_at: binary(), entity_type: binary(), hash: binary(), id: integer() | nil, merged_branch_ids: [integer()], message: binary(), respository_id: integer() | nil, timestamp: binary(), updated_at: binary() | nil, url: binary() }