Show / Hide Table of Contents

Class ListPromotionsResponse

Response message for the ListPromotions method.

Inheritance
object
ListPromotionsResponse
Implements
IMessage<ListPromotionsResponse>
IEquatable<ListPromotionsResponse>
IDeepCloneable<ListPromotionsResponse>
IBufferMessage
IMessage
IPageResponse<Promotion>
IEnumerable<Promotion>
IEnumerable
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Promotions.V1
Assembly: Google.Shopping.Merchant.Promotions.V1.dll
Syntax
public sealed class ListPromotionsResponse : IMessage<ListPromotionsResponse>, IEquatable<ListPromotionsResponse>, IDeepCloneable<ListPromotionsResponse>, IBufferMessage, IMessage, IPageResponse<Promotion>, IEnumerable<Promotion>, IEnumerable

Constructors

ListPromotionsResponse()

Declaration
public ListPromotionsResponse()

ListPromotionsResponse(ListPromotionsResponse)

Declaration
public ListPromotionsResponse(ListPromotionsResponse other)
Parameters
Type Name Description
ListPromotionsResponse 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

Promotions

The processed promotions from the specified account.

Declaration
public RepeatedField<Promotion> Promotions { get; }
Property Value
Type Description
RepeatedField<Promotion>

Methods

GetEnumerator()

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

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