View Source GoogleApi.CloudTasks.V2.Model.ListTasksResponse (google_api_cloud_tasks v0.19.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.