google_api_cloud_tasks v0.13.0 GoogleApi.CloudTasks.V2beta2.Model.AcknowledgeTaskRequest View Source

Request message for acknowledging a task using AcknowledgeTask.

Attributes

  • scheduleTime (type: DateTime.t, default: nil) - Required. The task's current schedule time, available in the schedule_time returned by LeaseTasks response or RenewLease response. This restriction is to ensure that your worker currently holds the lease.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.CloudTasks.V2beta2.Model.AcknowledgeTaskRequest{
  scheduleTime: DateTime.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.