Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class ListOmnichannelSettingsResponse.
Response message for the ListOmnichannelSettings method.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.ListOmnichannelSettingsResponse
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ omnichannel_settings |
array<OmnichannelSetting>
The omnichannel settings from the specified merchant. |
↳ next_page_token |
string
A token, which can be sent as |
getOmnichannelSettings
The omnichannel settings from the specified merchant.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setOmnichannelSettings
The omnichannel settings from the specified merchant.
| Parameter | |
|---|---|
| Name | Description |
var |
array<OmnichannelSetting>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
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 | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|