Class: Google::Shopping::Merchant::Accounts::V1beta::ListOmnichannelSettingsResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::ListOmnichannelSettingsResponse
- 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
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#omnichannel_settings ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::OmnichannelSetting>
The omnichannel settings from the specified merchant.
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.
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.
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 |