public sealed class CreateTagKeyRequest : IMessage<CreateTagKeyRequest>, IEquatable<CreateTagKeyRequest>, IDeepCloneable<CreateTagKeyRequest>, IBufferMessage, IMessageThe request message for creating a TagKey.
Implements
IMessage<CreateTagKeyRequest>, IEquatable<CreateTagKeyRequest>, IDeepCloneable<CreateTagKeyRequest>, 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 |
Boolean |
|