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

View Source

Message describing resource status

Attributes

  • rulesNewerVersions (type: list(String.t), default: nil) - Historical: Used before 2023-05-22 the new version of rule id if exists
  • state (type: String.t, default: nil) - State of the resource

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.ResourceStatus{
  rulesNewerVersions: [String.t()] | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.