View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TagValue (google_api_dlp v0.50.1)

A value of a tag.

Attributes

  • namespacedValue (type: String.t, default: nil) - The namespaced name for the tag value to attach to resources. Must be in the format {parent_id}/{tag_key_short_name}/{short_name}, for example, "123456/environment/prod".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TagValue{
  namespacedValue: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.