View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2ListExecutionsResponse (google_api_run v0.39.0)
Response message containing a list of Executions.
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2ListExecutionsResponse{ executions: [GoogleApi.Run.V2.Model.GoogleCloudRunV2Execution.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.