Class: Google::Shopping::Merchant::Accounts::V1::InsertShippingSettingsRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::InsertShippingSettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb
Overview
Request message for the InsertShippingSetting method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#shipping_setting ⇒ ::Google::Shopping::Merchant::Accounts::V1::ShippingSettings
Required.
Instance Attribute Details
#parent ⇒ ::String
749 750 751 752 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 749 class InsertShippingSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shipping_setting ⇒ ::Google::Shopping::Merchant::Accounts::V1::ShippingSettings
749 750 751 752 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 749 class InsertShippingSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |