Class: Google::Shopping::Merchant::Accounts::V1beta::InsertShippingSettingsRequest

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

Overview

Request message for the InsertShippingSetting method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The account where this product will be inserted. Format: accounts/{account}.

Returns:

  • (::String)

    Required. The account where this product will be inserted. Format: accounts/{account}



739
740
741
742
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 739

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

#shipping_setting::Google::Shopping::Merchant::Accounts::V1beta::ShippingSettings

Returns Required. The new version of the account.

Returns:



739
740
741
742
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 739

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