google_api_cloud_tasks v0.14.0 GoogleApi.CloudTasks.V2.Model.ListTasksResponse View Source

Response message for listing tasks using ListTasks.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token to retrieve next page of results.

    To return the next page of results, call ListTasks with this value as the page_token. If the next_page_token is empty, there are no more results.

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudTasks.V2.Model.ListTasksResponse{
  nextPageToken: String.t(),
  tasks: [GoogleApi.CloudTasks.V2.Model.Task.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.