Cloud Commerce Producer v1beta API - Class ListStandardOffersResponse (1.0.0-beta01)

public sealed class ListStandardOffersResponse : IMessage<ListStandardOffersResponse>, IEquatable<ListStandardOffersResponse>, IDeepCloneable<ListStandardOffersResponse>, IBufferMessage, IMessage, IPageResponse<StandardOffer>, IEnumerable<StandardOffer>, IEnumerable

Reference documentation and code samples for the Cloud Commerce Producer v1beta API class ListStandardOffersResponse.

Message for response to listing StandardOffers

Inheritance

object > ListStandardOffersResponse

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

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