ExClubhouse v0.6.0 ExClubhouse.Model.StorySlim View Source
Story slim model
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %ExClubhouse.Model.StorySlim{ app_url: binary(), archived: boolean(), blocked: boolean(), blocker: boolean(), comment_ids: [integer()], completed: boolean(), completed_at: binary() | nil, completed_at_override: binary() | nil, created_at: binary(), deadline: binary() | nil, entity_type: binary(), epic_id: integer() | nil, estimate: integer() | nil, external_id: binary() | nil, external_tickets: [ExClubhouse.Model.ExternalTicket.t()], file_ids: [integer()], follower_ids: [binary()], group_mention_ids: [binary()], id: integer(), iteration_id: integer() | nil, labels: [ExClubhouse.Model.Label.t()], linked_file_ids: [integer()], member_mention_ids: [binary()], mention_ids: [binary()], moved_at: binary() | nil, name: binary(), owner_ids: [binary()], position: integer(), previous_iteration_ids: [integer()], project_id: integer(), requested_by_id: binary(), started: binary() | nil, started_at: binary() | nil, started_at_override: binary() | nil, stats: ExClubhouse.Model.StoryStats.t(), story_links: [ExClubhouse.Model.TypedStoryLink.t()], story_type: binary(), task_ids: [integer()], updated_at: binary() | nil, workflow_state_id: integer() }