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

Milestone model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Input.Milestone{
  categories: [ExClubhouse.Model.CreateCategoryParams.t()],
  completed_at_override: binary(),
  description: binary(),
  name: binary(),
  started_at_override: binary(),
  state: binary()
}