Class: Google::Shopping::Merchant::Accounts::V1beta::ListOmnichannelSettingsResponse

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

Overview

Response message for the ListOmnichannelSettings method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



269
270
271
272
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 269

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

#omnichannel_settings::Array<::Google::Shopping::Merchant::Accounts::V1beta::OmnichannelSetting>

Returns The omnichannel settings from the specified merchant.

Returns:



269
270
271
272
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 269

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