google_api_cloud_tasks v0.1.0 GoogleApi.CloudTasks.V2beta2.Model.LeaseTasksResponse View Source

Response message for leasing tasks using LeaseTasks.

Attributes

  • tasks (type: list(GoogleApi.CloudTasks.V2beta2.Model.Task.t), default: nil) - The leased tasks.

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.LeaseTasksResponse{
  tasks: [GoogleApi.CloudTasks.V2beta2.Model.Task.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.