Class: Google::Shopping::Merchant::Accounts::V1::InsertShippingSettingsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#parent::String

Returns Required. The account for which this shipping setting will be inserted. If you are using an advanced account, you must specify the unique identifier of the sub-account for which you want to insert the shipping setting. Format: accounts/{ACCOUNT_ID}.

Returns:

  • (::String)

    Required. The account for which this shipping setting will be inserted. If you are using an advanced account, you must specify the unique identifier of the sub-account for which you want to insert the shipping setting. Format: accounts/{ACCOUNT_ID}



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

Returns Required. The new version of the account.

Returns:



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