View Source GoogleApi.WorkloadManager.V1.Model.ListWorkloadProfilesResponse (google_api_workload_manager v0.2.0)

List workloadResponse returns a response with the list of workload overview

Attributes

  • nextPageToken (type: String.t, default: nil) - Output only. A token identifying a page of results the server should return
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.
  • workloadOverviews (type: list(GoogleApi.WorkloadManager.V1.Model.WorkloadProfileOverview.t), default: nil) - Output only. The list of Workload Overview

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.WorkloadManager.V1.Model.ListWorkloadProfilesResponse{
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil,
  workloadOverviews:
    [GoogleApi.WorkloadManager.V1.Model.WorkloadProfileOverview.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.