Class ListNotificationSubscriptionsRequest
Request message for the ListNotificationSubscription method.
Implements
Namespace: Google.Shopping.Merchant.Notifications.V1Beta
Assembly: Google.Shopping.Merchant.Notifications.V1Beta.dll
Syntax
public sealed class ListNotificationSubscriptionsRequest : IMessage<ListNotificationSubscriptionsRequest>, IEquatable<ListNotificationSubscriptionsRequest>, IDeepCloneable<ListNotificationSubscriptionsRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListNotificationSubscriptionsRequest()
Declaration
public ListNotificationSubscriptionsRequest()
ListNotificationSubscriptionsRequest(ListNotificationSubscriptionsRequest)
Declaration
public ListNotificationSubscriptionsRequest(ListNotificationSubscriptionsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListNotificationSubscriptionsRequest | other |
Properties
PageSize
The maximum number of notification subscriptions to return in a page.
The default value for page_size is 100. The
maximum value is 200. Values above 200 will be coerced to 200.
Declaration
public int PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Implements
PageToken
Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token.
Declaration
public string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
Parent
Required. The merchant account who owns the notification subscriptions.
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 |