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

View Source

List discovered profile Response returns discovered profiles from agents

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.
  • workloadProfiles (type: list(GoogleApi.WorkloadManager.V1.Model.WorkloadProfile.t), default: nil) - Output only. The list of workload profiles

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.ListDiscoveredProfilesResponse{
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil,
  workloadProfiles:
    [GoogleApi.WorkloadManager.V1.Model.WorkloadProfile.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.