public sealed class ListSkusRequest : IMessage<ListSkusRequest>, IEquatable<ListSkusRequest>, IDeepCloneable<ListSkusRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Commerce Producer v1beta API class ListSkusRequest.
Message for requesting list of Skus
Implements
IMessageListSkusRequest, IEquatableListSkusRequest, IDeepCloneableListSkusRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Constructors
ListSkusRequest()
public ListSkusRequest()ListSkusRequest(ListSkusRequest)
public ListSkusRequest(ListSkusRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSkusRequest |
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 ListSkusRequest
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsServiceName
public ServiceName ParentAsServiceName { get; set; }ServiceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ServiceName |
|