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

public sealed class ListPrivateOfferDocumentsRequest : IMessage<ListPrivateOfferDocumentsRequest>, IEquatable<ListPrivateOfferDocumentsRequest>, IDeepCloneable<ListPrivateOfferDocumentsRequest>, IBufferMessage, IMessage, IPageRequest

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

Message for requesting list of PrivateOfferDocuments

Inheritance

object > ListPrivateOfferDocumentsRequest

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

Google.Cloud.CommerceProducer.V1Beta.dll

Constructors

ListPrivateOfferDocumentsRequest()

public ListPrivateOfferDocumentsRequest()

ListPrivateOfferDocumentsRequest(ListPrivateOfferDocumentsRequest)

public ListPrivateOfferDocumentsRequest(ListPrivateOfferDocumentsRequest other)
Parameter
Name Description
other ListPrivateOfferDocumentsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. Maximum results to return. The service may return fewer than this value. The maximum value is 500; values above 500 will be coerced to 500. If unspecified, the server will default to the maximum.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A page token, received from a previous list response message. Provide this to retrieve the subsequent page.

When paginating, all other parameters of the list request must match the request that returned the page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Parent value for ListPrivateOfferDocumentsRequest.

Property Value
Type Description
string

ParentAsPrivateOfferName

public PrivateOfferName ParentAsPrivateOfferName { get; set; }

PrivateOfferName-typed view over the Parent resource name property.

Property Value
Type Description
PrivateOfferName