Class CreateTagRequest (1.0.0-beta06)

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

The request to create a new tag.

Inheritance

Object > CreateTagRequest

Namespace

Google.Cloud.ArtifactRegistry.V1Beta2

Assembly

Google.Cloud.ArtifactRegistry.V1Beta2.dll

Constructors

CreateTagRequest()

public CreateTagRequest()

CreateTagRequest(CreateTagRequest)

public CreateTagRequest(CreateTagRequest other)
Parameter
NameDescription
otherCreateTagRequest

Properties

Parent

public string Parent { get; set; }

The name of the parent resource where the tag will be created.

Property Value
TypeDescription
String

Tag

public Tag Tag { get; set; }

The tag to be created.

Property Value
TypeDescription
Tag

TagId

public string TagId { get; set; }

The tag id to use for this repository.

Property Value
TypeDescription
String