google_api_cloud_tasks v0.13.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

Link to this type

t()

View Source
t() :: %GoogleApi.CloudTasks.V2.Model.ListTasksResponse{
  nextPageToken: String.t(),
  tasks: [GoogleApi.CloudTasks.V2.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.