ExClubhouse v0.5.1 ExClubhouse.Model.CreateStoryContents View Source
Story content input
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %ExClubhouse.Model.CreateStoryContents{ deadline: binary() | nil, description: binary(), entity_type: binary(), epic_id: integer() | nil, estimate: integer() | nil, external_tickets: [ExClubhouse.Model.CreateEntityTemplateExternalTicket.t()], file_ids: [integer()], files: [ExClubhouse.Model.File.t()], follower_ids: [binary()], iteration_id: binary(), labels: [ExClubhouse.Model.CreateLabelParams.t()], linked_file_ids: term(), linked_files: [ExClubhouse.Model.LinkedFile.t()], name: binary(), owner_ids: [binary()], project_id: integer(), story_type: binary(), tasks: [ExClubhouse.Model.EmptyTemplateTask.t()], workflow_state_id: integer() }