Class DeleteTagValueRequest (1.6.2)

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

The request message for deleting a TagValue.

Attributes

NameDescription
name str
Required. Resource name for TagValue to be deleted in the format tagValues/456.
validate_only bool
Optional. Set as true to perform the 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 TagValue. This is to be used for optimistic concurrency.

Inheritance

builtins.object > proto.message.Message > DeleteTagValueRequest