Class GetTagRequest (1.0.0-beta06)

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

The request to retrieve a tag.

Inheritance

Object > GetTagRequest

Namespace

Google.Cloud.ArtifactRegistry.V1Beta2

Assembly

Google.Cloud.ArtifactRegistry.V1Beta2.dll

Constructors

GetTagRequest()

public GetTagRequest()

GetTagRequest(GetTagRequest)

public GetTagRequest(GetTagRequest other)
Parameter
NameDescription
otherGetTagRequest

Properties

Name

public string Name { get; set; }

The name of the tag to retrieve.

Property Value
TypeDescription
String