Class: Google::Shopping::Merchant::Lfp::V1beta::InsertLfpSaleRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Lfp::V1beta::InsertLfpSaleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/lfp/v1beta/lfpsale.rb
Overview
Request message for the InsertLfpSale method.
Instance Attribute Summary collapse
-
#lfp_sale ⇒ ::Google::Shopping::Merchant::Lfp::V1beta::LfpSale
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#lfp_sale ⇒ ::Google::Shopping::Merchant::Lfp::V1beta::LfpSale
Returns Required. The sale to insert.
88 89 90 91 |
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpsale.rb', line 88 class InsertLfpSaleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The LFP provider account.
Format: accounts/{lfp_partner}
.
88 89 90 91 |
# File 'proto_docs/google/shopping/merchant/lfp/v1beta/lfpsale.rb', line 88 class InsertLfpSaleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |