Class DeleteTagKeyRequest (1.0.2)

DeleteTagKeyRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for deleting a TagKey. .. attribute:: name

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.

:type: str

Attributes

NameDescription
validate_only bool
Optional. Set as true to perform validations necessary for deletion, but not actually perform the action.
etag str
Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.