View Source GoogleApi.Redis.V1beta1.Model.Tags (google_api_redis v0.43.0)

Message type for storing tags. Tags provide a way to create annotations for resources, and in some cases conditionally allow or deny policies based on whether a resource has a specific tag.

Attributes

  • tags (type: map(), default: nil) - The Tag key/value mappings.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1beta1.Model.Tags{tags: map() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.