Class ListProductsResponse
Response message for the ListProducts method.
Implements
Namespace: Google.Shopping.Merchant.Products.V1Beta
Assembly: Google.Shopping.Merchant.Products.V1Beta.dll
Syntax
public sealed class ListProductsResponse : IMessage<ListProductsResponse>, IEquatable<ListProductsResponse>, IDeepCloneable<ListProductsResponse>, IBufferMessage, IMessage, IPageResponse<Product>, IEnumerable<Product>, IEnumerable
Constructors
ListProductsResponse()
Declaration
public ListProductsResponse()
ListProductsResponse(ListProductsResponse)
Declaration
public ListProductsResponse(ListProductsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListProductsResponse | other |
Properties
NextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Declaration
public string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
Products
The processed products from the specified account. These are your processed products after applying rules and supplemental data sources.
Declaration
public RepeatedField<Product> Products { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Product> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<Product> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<Product> |