GoogleApi.VMMigration.V1.Model.Tag (google_api_vm_migration v0.11.0)

View Source

Tag is an AWS tag representation.

Attributes

  • key (type: String.t, default: nil) - Required. Key of tag.
  • value (type: String.t, default: nil) - Required. Value of tag.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMMigration.V1.Model.Tag{
  key: String.t() | nil,
  value: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.