View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2ListTasksResponse (google_api_run v0.30.0)

Response message containing a list of Tasks.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token indicating there are more items than page_size. Use it in the next ListTasks request to continue.
  • tasks (type: list(GoogleApi.Run.V2.Model.GoogleCloudRunV2Task.t), default: nil) - The resulting list of Tasks.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2ListTasksResponse{
  nextPageToken: String.t() | nil,
  tasks: [GoogleApi.Run.V2.Model.GoogleCloudRunV2Task.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.