Class: Google::Shopping::Merchant::Inventories::V1beta::DeleteRegionalInventoryRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/inventories/v1beta/regionalinventory.rb

Overview

Request message for the DeleteRegionalInventory method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the RegionalInventory resource to delete. Format: accounts/{account}/products/{product}/regionalInventories/{region}.

Returns:

  • (::String)

    Required. The name of the RegionalInventory resource to delete. Format: accounts/{account}/products/{product}/regionalInventories/{region}



134
135
136
137
# File 'proto_docs/google/shopping/merchant/inventories/v1beta/regionalinventory.rb', line 134

class DeleteRegionalInventoryRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end