public sealed class ListStandardOffersResponse : IMessage<ListStandardOffersResponse>, IEquatable<ListStandardOffersResponse>, IDeepCloneable<ListStandardOffersResponse>, IBufferMessage, IMessage, IPageResponse<StandardOffer>, IEnumerable<StandardOffer>, IEnumerableReference documentation and code samples for the Cloud Commerce Producer v1beta API class ListStandardOffersResponse.
Message for response to listing StandardOffers
Implements
IMessageListStandardOffersResponse, IEquatableListStandardOffersResponse, IDeepCloneableListStandardOffersResponse, IBufferMessage, IMessage, IPageResponseStandardOffer, IEnumerableStandardOffer, IEnumerableNamespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Constructors
ListStandardOffersResponse()
public ListStandardOffersResponse()ListStandardOffersResponse(ListStandardOffersResponse)
public ListStandardOffersResponse(ListStandardOffersResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListStandardOffersResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
StandardOffers
public RepeatedField<StandardOffer> StandardOffers { get; }The list of StandardOffer
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldStandardOffer |
|
Methods
GetEnumerator()
public IEnumerator<StandardOffer> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorStandardOffer |
|