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.
Implements
IMessageCreateTagKeyRequest, IEquatableCreateTagKeyRequest, IDeepCloneableCreateTagKeyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ResourceManager.V3Assembly
Google.Cloud.ResourceManager.V3.dll
Constructors
CreateTagKeyRequest()
public CreateTagKeyRequest()
CreateTagKeyRequest(CreateTagKeyRequest)
public CreateTagKeyRequest(CreateTagKeyRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateTagKeyRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
bool |