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

The resource on GCP

Attributes

  • kind (type: String.t, default: nil) - Output only. ComputeInstance, ComputeDisk, VPC, Bare Metal server, etc.
  • name (type: String.t, default: nil) - Output only. resource name

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.WorkloadManager.V1.Model.CloudResource{
  kind: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.