Show / Hide Table of Contents

Class ListProductsResponse

Response message for the ListProducts method.

Inheritance
object
ListProductsResponse
Implements
IMessage<ListProductsResponse>
IEquatable<ListProductsResponse>
IDeepCloneable<ListProductsResponse>
IBufferMessage
IMessage
IPageResponse<Product>
IEnumerable<Product>
IEnumerable
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Products.V1
Assembly: Google.Shopping.Merchant.Products.V1.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
IPageResponse<TResource>.NextPageToken

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>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX