GoogleApi.WorkloadManager.V1.Model.ListExecutionsResponse (google_api_workload_manager v0.12.0)
View SourceMessage for response to listing Executions
Attributes
-
executions(type:list(GoogleApi.WorkloadManager.V1.Model.Execution.t), default:nil) - The list of Execution -
nextPageToken(type:String.t, default:nil) - A token identifying a page of results the server should return. -
unreachable(type:list(String.t), default:nil) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WorkloadManager.V1.Model.ListExecutionsResponse{ executions: [GoogleApi.WorkloadManager.V1.Model.Execution.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }