View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2ListExecutionsResponse (quiqup_google_api_run v0.28.0)

Response message containing a list of Executions.

attributes

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2ListExecutionsResponse{
  executions: [GoogleApi.Run.V2.Model.GoogleCloudRunV2Execution.t()] | nil,
  nextPageToken: String.t() | nil
}

Link to this section Functions

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

Unwrap a decoded JSON object into its complex fields.