public sealed class ListPrivateOffersRequest : IMessage<ListPrivateOffersRequest>, IEquatable<ListPrivateOffersRequest>, IDeepCloneable<ListPrivateOffersRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Commerce Producer v1beta API class ListPrivateOffersRequest.
Message for requesting list of PrivateOffers
Implements
IMessageListPrivateOffersRequest, IEquatableListPrivateOffersRequest, IDeepCloneableListPrivateOffersRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Constructors
ListPrivateOffersRequest()
public ListPrivateOffersRequest()ListPrivateOffersRequest(ListPrivateOffersRequest)
public ListPrivateOffersRequest(ListPrivateOffersRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPrivateOffersRequest |
Properties
Filter
public string Filter { get; set; }Optional. Filter expression that matches a subset of resources to show. See https://google.aip.dev/160 for more details. Only supports filtering by:
update_time. Example:update_time > "2012-04-21T11:30:00-04:00".
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Optional. Ordering expression for sorting the results. See https://google.aip.dev/132#ordering for more details. If no value is present the default ordering is unspecified. Only supports ordering by:
update_time
| Property Value | |
|---|---|
| Type | Description |
string |
|
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 ListPrivateOffersRequest
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|