Show / Hide Table of Contents

Class ListNotificationSubscriptionsRequest

Request message for the ListNotificationSubscription method.

Inheritance
object
ListNotificationSubscriptionsRequest
Implements
IMessage<ListNotificationSubscriptionsRequest>
IEquatable<ListNotificationSubscriptionsRequest>
IDeepCloneable<ListNotificationSubscriptionsRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Notifications.V1
Assembly: Google.Shopping.Merchant.Notifications.V1.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
IPageRequest.PageSize

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
IPageRequest.PageToken

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
In this article
Back to top Generated by DocFX