Class ListProductsRequest
Request message for the ListProducts method.
Implements
Namespace: Google.Shopping.Merchant.Products.V1Beta
Assembly: Google.Shopping.Merchant.Products.V1Beta.dll
Syntax
public sealed class ListProductsRequest : IMessage<ListProductsRequest>, IEquatable<ListProductsRequest>, IDeepCloneable<ListProductsRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListProductsRequest()
Declaration
public ListProductsRequest()
ListProductsRequest(ListProductsRequest)
Declaration
public ListProductsRequest(ListProductsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListProductsRequest | other |
Properties
PageSize
The maximum number of products to return. The service may return fewer than this value. The maximum value is 250; values above 250 will be coerced to 250. If unspecified, the maximum number of products will be returned.
Declaration
public int PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Implements
PageToken
A page token, received from a previous ListProducts call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListProducts must
match the call that provided the page token.
Declaration
public string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
Parent
Required. The account to list processed products for.
Format: accounts/{account}
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentAsAccountName
AccountName-typed view over the Parent resource name property.
Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| AccountName |