ExClubhouse v0.5.1 ExClubhouse.Model.Epic View Source
Full Epic model
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %ExClubhouse.Model.Epic{ app_url: binary(), archived: boolean(), comments: [ExClubhouse.Model.ThreadedComment.t()], completed: boolean(), completed_at: binary() | nil, completed_at_override: binary() | nil, created_at: binary() | nil, deadline: binary() | nil, description: term(), entity_type: binary(), epic_state_id: integer(), external_id: binary() | nil, external_tickets: list(), follower_ids: [binary()], group_mention_ids: [binary()], id: integer(), labels: [ExClubhouse.Model.Label.t()], member_mention_ids: [binary()], mention_ids: [binary()], milestone_id: integer() | nil, name: binary(), owner_ids: [binary()], planned_start_date: binary() | nil, position: integer(), project_ids: [integer()], requested_by_id: binary(), started: boolean(), started_at: binary() | nil, started_at_override: binary() | nil, state: binary(), stats: ExClubhouse.Model.EpicStats.t(), updated_at: binary() | nil }