ExClubhouse v0.5.2 ExClubhouse.Model.EpicSlim View Source

Definition of EpicSlim Ref: https://clubhouse.io/api/rest/v3/#EpicSlim

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.EpicSlim{
  app_url: binary(),
  archived: boolean(),
  completed: boolean(),
  completed_at: binary() | nil,
  completed_at_override: binary() | nil,
  created_at: binary() | nil,
  deadline: binary() | nil,
  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
}