GoogleApi.WorkloadManager.V1.Model.ListExecutionResultsResponse (google_api_workload_manager v0.12.0)

View Source

Message 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 as page_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

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.ListExecutionResultsResponse{
  executionResults:
    [GoogleApi.WorkloadManager.V1.Model.ExecutionResult.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.