ExClubhouse v0.5.2 ExClubhouse.Model.Input.Iteration View Source

Iteration input model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Input.Iteration{
  description: binary() | nil,
  end_date: binary(),
  follower_ids: [binary()] | nil,
  group_ids: [boolean()] | nil,
  labels: [ExClubhouse.Model.CreateLabelParams.t()] | nil,
  name: binary(),
  start_date: binary()
}