public sealed class CreateTagRequest : IMessage<CreateTagRequest>, IEquatable<CreateTagRequest>, IDeepCloneable<CreateTagRequest>, IBufferMessage, IMessageThe request to create a new tag.
Implements
IMessage<CreateTagRequest>, IEquatable<CreateTagRequest>, IDeepCloneable<CreateTagRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Constructors
CreateTagRequest()
public CreateTagRequest()CreateTagRequest(CreateTagRequest)
public CreateTagRequest(CreateTagRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateTagRequest |
Properties
Parent
public string Parent { get; set; }The name of the parent resource where the tag will be created.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Tag
public Tag Tag { get; set; }The tag to be created.
| Property Value | |
|---|---|
| Type | Description |
Tag |
|
TagId
public string TagId { get; set; }The tag id to use for this repository.
| Property Value | |
|---|---|
| Type | Description |
String |
|