Class RemoveProductFromProductSetRequest (3.1.2)

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

Request message for the RemoveProductFromProductSet method.

Attributes

NameDescription
name str
Required. The resource name for the ProductSet to modify. Format is: ``projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID``
product str
Required. The resource name for the Product to be removed from this ProductSet. Format is: ``projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID``

Inheritance

builtins.object > proto.message.Message > RemoveProductFromProductSetRequest