ExClubhouse v0.6.0 ExClubhouse.Model.Milestone View Source
Milestone response model
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %ExClubhouse.Model.Milestone{ app_url: binary(), categories: [ExClubhouse.Model.Category.t()], completed: boolean(), completed_at: binary() | nil, completed_at_override: binary() | nil, created_at: binary() | nil, description: binary(), entity_type: binary(), id: integer(), name: binary(), position: integer(), started: boolean(), started_at: binary() | nil, started_at_override: binary() | nil, state: binary(), stats: ExClubhouse.Model.MilestoneStats.t(), updated_at: binary() | nil }