ExClubhouse v0.6.0 ExClubhouse.Model.Input.Epic View Source
Epic input model used to create and update
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %ExClubhouse.Model.Input.Epic{ completed_at_override: binary(), created_at: binary(), deadline: binary() | nil, description: binary() | nil, epic_state_id: integer(), external_id: binary(), follower_ids: [binary()], labels: [ExClubhouse.Model.CreateLabelParams.t()], milestone_id: integer() | nil, name: binary(), owner_ids: [binary()], planned_start_date: binary() | nil, requested_by_id: binary(), started_at_override: binary(), state: binary(), updated_at: binary() }