Class DeleteProductRequest (3.1.2)

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

Request message for the DeleteProduct method.

Attribute

NameDescription
name str
Required. Resource name of product to delete. Format is: ``projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID``

Inheritance

builtins.object > proto.message.Message > DeleteProductRequest