ExClubhouse v0.5.2 ExClubhouse.Model.CreateTaskParams View Source

Create task params model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.CreateTaskParams{
  completed: boolean(),
  created_at: binary(),
  description: binary(),
  external_id: binary(),
  owner_ids: [binary()],
  updated_at: binary()
}