Backup and DR Service v1 API - Class Tags (1.2.0)

public sealed class Tags : IMessage<Tags>, IEquatable<Tags>, IDeepCloneable<Tags>, IBufferMessage, IMessage

Reference documentation and code samples for the Backup and DR Service v1 API class Tags.

A set of instance tags.

Inheritance

object > Tags

Namespace

Google.Cloud.BackupDR.V1

Assembly

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