ExClubhouse v0.6.0 ExClubhouse.Model.Category View Source

Category response model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Category{
  archived: boolean(),
  color: binary() | nil,
  created_at: binary(),
  entity_type: binary(),
  external_id: binary() | nil,
  id: integer(),
  name: binary(),
  type: binary(),
  updated_at: binary()
}