Cloud Resource Manager v3 API - Class DeleteTagKeyRequest (2.4.0)

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

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

The request message for deleting a TagKey.

Inheritance

object > DeleteTagKeyRequest

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

DeleteTagKeyRequest()

public DeleteTagKeyRequest()

DeleteTagKeyRequest(DeleteTagKeyRequest)

public DeleteTagKeyRequest(DeleteTagKeyRequest other)
Parameter
NameDescription
otherDeleteTagKeyRequest

Properties

Etag

public string Etag { get; set; }

Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Required. The resource name of a TagKey to be deleted in the format tagKeys/123. The TagKey cannot be a parent of any existing TagValues or it will not be deleted successfully.

Property Value
TypeDescription
string

TagKeyName

public TagKeyName TagKeyName { get; set; }

TagKeyName-typed view over the Name resource name property.

Property Value
TypeDescription
TagKeyName

ValidateOnly

public bool ValidateOnly { get; set; }

Optional. Set as true to perform validations necessary for deletion, but not actually perform the action.

Property Value
TypeDescription
bool