Google Cloud Vision v1 API - Class ListProductsResponse (3.5.0)

public sealed class ListProductsResponse : IPageResponse<Product>, IEnumerable<Product>, IEnumerable, IMessage<ListProductsResponse>, IEquatable<ListProductsResponse>, IDeepCloneable<ListProductsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Vision v1 API class ListProductsResponse.

Response message for the ListProducts method.

Inheritance

object > ListProductsResponse

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

ListProductsResponse()

public ListProductsResponse()

ListProductsResponse(ListProductsResponse)

public ListProductsResponse(ListProductsResponse other)
Parameter
NameDescription
otherListProductsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
string

Products

public RepeatedField<Product> Products { get; }

List of products.

Property Value
TypeDescription
RepeatedFieldProduct

Methods

GetEnumerator()

public IEnumerator<Product> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorProduct