Spatio.Model.UpdateTaskRequest (spatio_sdk v0.0.2)

Partial update — every field is optional. dueDate and parentTaskId are nullable: send null to clear, omit to leave untouched, send a value to set.

Summary

Types

t()

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

Functions

decode(value)