Class GetTagKeyRequest (1.2.0)

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

The request message for getting a TagKey.

Inheritance

Object > GetTagKeyRequest

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

GetTagKeyRequest()

public GetTagKeyRequest()

GetTagKeyRequest(GetTagKeyRequest)

public GetTagKeyRequest(GetTagKeyRequest other)
Parameter
NameDescription
otherGetTagKeyRequest

Properties

Name

public string Name { get; set; }

Required. A resource name in the format tagKeys/{id}, such as tagKeys/123.

Property Value
TypeDescription
String

TagKeyName

public TagKeyName TagKeyName { get; set; }

TagKeyName-typed view over the Name resource name property.

Property Value
TypeDescription
TagKeyName