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

View Source

Message for response to listing Evaluations

Attributes

  • evaluations (type: list(GoogleApi.WorkloadManager.V1.Model.Evaluation.t), default: nil) - The list of Evaluation
  • 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

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.ListEvaluationsResponse{
  evaluations: [GoogleApi.WorkloadManager.V1.Model.Evaluation.t()] | nil,
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.