ExClubhouse v0.5.1 ExClubhouse.Model.Iteration View Source

Iteration model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Iteration{
  app_url: binary(),
  created_at: binary(),
  description: 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()
}