ExClubhouse v0.5.1 ExClubhouse.Model.Project View Source

Project model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Project{
  abbreviation: binary() | nil,
  app_url: binary(),
  archived: boolean(),
  color: binary() | nil,
  created_at: binary() | nil,
  days_to_thermometer: integer(),
  description: binary() | nil,
  entity_type: binary(),
  external_id: binary() | nil,
  follower_ids: [binary()],
  id: integer(),
  iteration_length: integer(),
  name: binary(),
  show_thermometer: boolean(),
  start_time: binary(),
  stats: ExClubhouse.Model.ProjectStats.t(),
  team_id: integer(),
  updated_at: binary() | nil
}