ExClubhouse v0.5.2 ExClubhouse.Model.Team View Source

Team model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Team{
  created_at: binary(),
  description: binary(),
  entity_type: binary(),
  id: binary(),
  name: binary(),
  position: integer(),
  projects_ids: [integer()],
  updated_at: binary(),
  workflow: ExClubhouse.Model.Workflow.t()
}