Class ListOmnichannelSettingsRequest
Request message for the ListOmnichannelSettings method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class ListOmnichannelSettingsRequest : IMessage<ListOmnichannelSettingsRequest>, IEquatable<ListOmnichannelSettingsRequest>, IDeepCloneable<ListOmnichannelSettingsRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListOmnichannelSettingsRequest()
Declaration
public ListOmnichannelSettingsRequest()
ListOmnichannelSettingsRequest(ListOmnichannelSettingsRequest)
Declaration
public ListOmnichannelSettingsRequest(ListOmnichannelSettingsRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListOmnichannelSettingsRequest | other |
Properties
PageSize
Optional. The maximum number of omnichannel settings to return. The service may return fewer than this value. If unspecified, at most 50 omnichannel settings will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
int |
Implements
PageToken
Optional. A page token, received from a previous ListOmnichannelSettings
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListOmnichannelSettings
must match the call that provided the page token.
Declaration
public string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Parent
Required. The parent, which owns this collection of omnichannel settings.
Format: accounts/{account}
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsAccountName
AccountName-typed view over the Parent resource name property.
Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type | Description |
---|---|
AccountName |