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

Project input model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Input.Project{
  abbreviation: binary() | nil,
  color: binary() | nil,
  created_at: binary() | nil,
  description: binary() | nil,
  external_id: binary() | nil,
  follower_ids: [binary()] | nil,
  iteration_length: integer() | nil,
  name: binary(),
  start_time: binary() | nil,
  team_id: integer(),
  updated_at: binary() | nil
}