Values.UpdateBacklogTaskRequestSourceRequest structure for updating a task
type nonrec t = {agentSpaceId : AgentSpaceId.t;The unique identifier for the agent space containing the task
*)taskId : ResourceId.t;The unique identifier of the task to update
*)taskStatus : TaskStatus.t option;Updated task status
*)clientToken : String_.t option;Client-provided token for idempotent operations
*)}val make :
?taskStatus:??? ->
?clientToken:??? ->
agentSpaceId:AgentSpaceId.t ->
taskId:ResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AgentSpaceId.t ]) list ]