ExClubhouse v0.6.0 ExClubhouse.Model.Input.Category View Source

Category input model used to create and update

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Input.Category{
  color: binary(),
  external_id: binary() | nil,
  name: binary(),
  type: :milestone | nil
}