Class ListOmnichannelSettingsResponse
Response message for the ListOmnichannelSettings method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class ListOmnichannelSettingsResponse : IMessage<ListOmnichannelSettingsResponse>, IEquatable<ListOmnichannelSettingsResponse>, IDeepCloneable<ListOmnichannelSettingsResponse>, IBufferMessage, IMessage, IPageResponse<OmnichannelSetting>, IEnumerable<OmnichannelSetting>, IEnumerable
Constructors
ListOmnichannelSettingsResponse()
Declaration
public ListOmnichannelSettingsResponse()
ListOmnichannelSettingsResponse(ListOmnichannelSettingsResponse)
Declaration
public ListOmnichannelSettingsResponse(ListOmnichannelSettingsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListOmnichannelSettingsResponse | other |
Properties
NextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
OmnichannelSettings
The omnichannel settings from the specified merchant.
Declaration
public RepeatedField<OmnichannelSetting> OmnichannelSettings { get; }
Property Value
Type | Description |
---|---|
RepeatedField<OmnichannelSetting> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<OmnichannelSetting> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<OmnichannelSetting> |