ExClubhouse v0.5.2 ExClubhouse.Model.IterationSlim View Source

Iteration slim model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.IterationSlim{
  app_url: binary(),
  created_at: binary(),
  end_date: binary(),
  entity_type: binary(),
  follower_ids: [binary()],
  group_ids: [binary()],
  group_mention_ids: [binary()],
  id: integer(),
  labels: [ExClubhouse.Model.Label.t()],
  member_mention_ids: [binary()],
  mention_ids: [binary()],
  name: binary(),
  start_date: binary(),
  stats: ExClubhouse.Model.IterationStats.t(),
  status: binary(),
  updated_at: binary()
}