Class: Google::Shopping::Merchant::Inventories::V1beta::DeleteLocalInventoryRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Inventories::V1beta::DeleteLocalInventoryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/inventories/v1beta/localinventory.rb
Overview
Request message for the DeleteLocalInventory
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the local inventory for the given product to delete.
Format:
accounts/{account}/products/{product}/localInventories/{store_code}
.
156 157 158 159 |
# File 'proto_docs/google/shopping/merchant/inventories/v1beta/localinventory.rb', line 156 class DeleteLocalInventoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |