ExClubhouse v0.5.1 ExClubhouse.Model.StoryContent View Source
Story content response model
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %ExClubhouse.Model.StoryContent{ deadline: binary(), description: binary(), entity_type: binary(), epic_id: integer(), estimate: integer(), external_tickets: [ExClubhouse.Model.ExternalTicket.t()], files: [ExClubhouse.Model.File.t()], follower_ids: [binary()], iteration_id: integer(), labels: [ExClubhouse.Model.Label.t()], linked_files: [ExClubhouse.Model.LinkedFile.t()], name: binary(), owner_ids: [binary()], project_id: integer(), story_type: binary(), tasks: [ExClubhouse.Model.StoryContentsTask.t()], workflow_state_id: integer() }