Class DeleteTagValueRequest (1.1.2)

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

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

Required. Resource name for TagValue to be deleted in the format tagValues/456.

:type: str

Attributes

NameDescription
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.