Cloud Resource Manager v3 API - Class CreateTagKeyRequest (2.4.0)

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

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

The request message for creating a TagKey.

Inheritance

object > CreateTagKeyRequest

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

CreateTagKeyRequest()

public CreateTagKeyRequest()

CreateTagKeyRequest(CreateTagKeyRequest)

public CreateTagKeyRequest(CreateTagKeyRequest other)
Parameter
NameDescription
otherCreateTagKeyRequest

Properties

TagKey

public TagKey TagKey { get; set; }

Required. The TagKey to be created. Only fields short_name, description, and parent are considered during the creation request.

Property Value
TypeDescription
TagKey

ValidateOnly

public bool ValidateOnly { get; set; }

Optional. Set to true to perform validations necessary for creating the resource, but not actually perform the action.

Property Value
TypeDescription
bool