View Source GoogleApi.CloudAsset.V1.Model.Tag (google_api_cloud_asset v0.35.0)

The key and value for a tag.

Attributes

  • tagKey (type: String.t, default: nil) - TagKey namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}.
  • tagValue (type: String.t, default: nil) - TagValue namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}/{TAG_VALUE_SHORT_NAME}.
  • tagValueId (type: String.t, default: nil) - TagValue ID, in the format of tagValues/{TAG_VALUE_ID}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.Tag{
  tagKey: String.t() | nil,
  tagValue: String.t() | nil,
  tagValueId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.