Show / Hide Table of Contents

Class ListNotificationSubscriptionsResponse

Response message for the ListNotificationSubscription method.

Inheritance
object
ListNotificationSubscriptionsResponse
Implements
IMessage<ListNotificationSubscriptionsResponse>
IEquatable<ListNotificationSubscriptionsResponse>
IDeepCloneable<ListNotificationSubscriptionsResponse>
IBufferMessage
IMessage
IPageResponse<NotificationSubscription>
IEnumerable<NotificationSubscription>
IEnumerable
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 ListNotificationSubscriptionsResponse : IMessage<ListNotificationSubscriptionsResponse>, IEquatable<ListNotificationSubscriptionsResponse>, IDeepCloneable<ListNotificationSubscriptionsResponse>, IBufferMessage, IMessage, IPageResponse<NotificationSubscription>, IEnumerable<NotificationSubscription>, IEnumerable

Constructors

ListNotificationSubscriptionsResponse()

Declaration
public ListNotificationSubscriptionsResponse()

ListNotificationSubscriptionsResponse(ListNotificationSubscriptionsResponse)

Declaration
public ListNotificationSubscriptionsResponse(ListNotificationSubscriptionsResponse other)
Parameters
Type Name Description
ListNotificationSubscriptionsResponse 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
IPageResponse<TResource>.NextPageToken

NotificationSubscriptions

The list of notification subscriptions requested by the merchant.

Declaration
public RepeatedField<NotificationSubscription> NotificationSubscriptions { get; }
Property Value
Type Description
RepeatedField<NotificationSubscription>

Methods

GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Declaration
public IEnumerator<NotificationSubscription> GetEnumerator()
Returns
Type Description
IEnumerator<NotificationSubscription>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX