Class Tags
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.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class Tags : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
TagsValue
The Tag key/value mappings.
Declaration
[JsonProperty("tags")]
public virtual IDictionary<string, string> TagsValue { get; set; }Property Value
| Type | Description | 
|---|---|
| IDictionary<string, string> |