View Source GoogleApi.Compute.V1.Model.InstancePropertiesPatch (google_api_compute v0.56.2)

Represents the change that you want to make to the instance properties.

Attributes

  • labels (type: map(), default: nil) - The label key-value pairs that you want to patch onto the instance.
  • metadata (type: map(), default: nil) - The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InstancePropertiesPatch{
  labels: map() | nil,
  metadata: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.