ExClubhouse v0.6.0 ExClubhouse.Model.Label View Source

Label reponse model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Label{
  app_url: binary(),
  archived: boolean(),
  color: binary() | nil,
  created_at: binary() | nil,
  description: binary() | nil,
  entity_type: binary(),
  external_id: binary() | nil,
  id: integer(),
  name: binary(),
  stats: ExClubhouse.Model.LabelStats.t(),
  updated_at: binary() | nil
}