Spatio.Model.BulkDeleteTasksRequest (spatio_sdk v0.0.2)

Either populate taskIds (with optional parallel accountIds) for multi-task delete, or taskId (with optional accountId) for the single-task fallback. taskIds wins when both are set.

Summary

Types

t()

@type t() :: %Spatio.Model.BulkDeleteTasksRequest{
  accountId: String.t() | nil,
  accountIds: [String.t()] | nil,
  taskId: String.t() | nil,
  taskIds: [String.t()] | nil
}

Functions

decode(value)