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

Attributes

  • labelFingerprint (type: String.t, default: nil) - Fingerprint of the previous set of labels for this resource, used to prevent conflicts. Provide the latest fingerprint value when making a request to add or change labels.
  • labels (type: map(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InstancesSetLabelsRequest{
  labelFingerprint: String.t() | nil,
  labels: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.