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

public sealed class ListPrivateOfferDocumentsResponse : IMessage<ListPrivateOfferDocumentsResponse>, IEquatable<ListPrivateOfferDocumentsResponse>, IDeepCloneable<ListPrivateOfferDocumentsResponse>, IBufferMessage, IMessage, IPageResponse<PrivateOfferDocument>, IEnumerable<PrivateOfferDocument>, IEnumerable

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

Message for response to listing PrivateOfferDocuments

Inheritance

object > ListPrivateOfferDocumentsResponse

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

Google.Cloud.CommerceProducer.V1Beta.dll

Constructors

ListPrivateOfferDocumentsResponse()

public ListPrivateOfferDocumentsResponse()

ListPrivateOfferDocumentsResponse(ListPrivateOfferDocumentsResponse)

public ListPrivateOfferDocumentsResponse(ListPrivateOfferDocumentsResponse other)
Parameter
Name Description
other ListPrivateOfferDocumentsResponse

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

PrivateOfferDocuments

public RepeatedField<PrivateOfferDocument> PrivateOfferDocuments { get; }

The list of PrivateOfferDocuments.

Property Value
Type Description
RepeatedFieldPrivateOfferDocument

Methods

GetEnumerator()

public IEnumerator<PrivateOfferDocument> GetEnumerator()

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

Returns
Type Description
IEnumeratorPrivateOfferDocument