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

Attributes

  • items (type: map(), default: nil) - A metadata key/value items map. The total size of all keys and values must be less than 512KB.
  • kind (type: String.t, default: compute#metadata) - [Output Only] Type of the resource. Always compute#metadata for metadata.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InstanceSettingsMetadata{
  items: map() | nil,
  kind: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.