Class ListPromotionsResponse
Response message for the ListPromotions method.
Implements
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
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> |