public sealed class Tags : IMessage<Tags>, IEquatable<Tags>, IDeepCloneable<Tags>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1 API class Tags.
A set of instance tags.
Namespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
Tags()
public Tags()Tags(Tags)
public Tags(Tags other)| Parameter | |
|---|---|
| Name | Description |
other |
Tags |
Properties
Items
public RepeatedField<string> Items { get; }Optional. An array of tags. Each tag must be 1-63 characters long, and comply with RFC1035.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|