Cloud Resource Manager v3 API - Class GetTagKeyRequest (2.4.0)

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

Reference documentation and code samples for the Cloud Resource Manager v3 API class GetTagKeyRequest.

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