Class: Google::Shopping::Merchant::Lfp::V1beta::InsertLfpInventoryRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Lfp::V1beta::InsertLfpInventoryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/lfp/v1beta/lfpinventory.rb
Overview
Request message for the InsertLfpInventory
method.
Instance Attribute Summary collapse
-
#lfp_inventory ⇒ ::Google::Shopping::Merchant::Lfp::V1beta::LfpInventory
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#lfp_inventory ⇒ ::Google::Shopping::Merchant::Lfp::V1beta::LfpInventory
Returns Required. The inventory to insert.
105 106 107 108 |
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpinventory.rb', line 105 class InsertLfpInventoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The LFP provider account. Format: accounts/{account}
.
105 106 107 108 |
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpinventory.rb', line 105 class InsertLfpInventoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |