ExClubhouse v0.5.2 ExClubhouse.Model.WorkflowState View Source

Workflow state model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.WorkflowState{
  color: binary(),
  created_at: binary(),
  description: binary(),
  entity_state: binary(),
  id: integer(),
  name: binary(),
  num_stories: integer(),
  num_story_templates: integer(),
  position: integer(),
  type: binary(),
  updated_at: binary(),
  verb: binary() | nil
}