ExClubhouse v0.6.0 ExClubhouse.Model.EpicState View Source

Epic state model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.EpicState{
  color: binary(),
  created_at: binary(),
  description: binary(),
  entity_type: binary(),
  id: integer(),
  name: binary(),
  position: integer(),
  type: binary(),
  updated_at: binary()
}