Spatio.Model.CreateTaskRequest (spatio_sdk v0.0.2)

Summary

Types

t()

@type t() :: %Spatio.Model.CreateTaskRequest{
  accountId: String.t() | nil,
  assigneeId: String.t() | nil,
  description: String.t() | nil,
  dueDate: DateTime.t() | nil,
  labels: [String.t()] | nil,
  parentTaskId: String.t() | nil,
  priority: String.t() | nil,
  provider: String.t() | nil,
  sourceId: String.t() | nil,
  sourcePlatform: String.t() | nil,
  status: String.t() | nil,
  tags: [String.t()] | nil,
  title: String.t(),
  type: String.t() | nil
}

Functions

decode(value)