GoogleApi.WorkloadManager.V1.Model.ListExecutionResultsResponse (google_api_workload_manager v0.12.0)
View SourceMessage for response of list execution results
Attributes
-
executionResults
(type:list(GoogleApi.WorkloadManager.V1.Model.ExecutionResult.t)
, default:nil
) - The versions from the specified publisher. -
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent aspage_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WorkloadManager.V1.Model.ListExecutionResultsResponse{ executionResults: [GoogleApi.WorkloadManager.V1.Model.ExecutionResult.t()] | nil, nextPageToken: String.t() | nil }