public sealed class ListProductsInProductSetResponse : IPageResponse<Product>, IEnumerable<Product>, IEnumerable, IMessage<ListProductsInProductSetResponse>, IEquatable<ListProductsInProductSetResponse>, IDeepCloneable<ListProductsInProductSetResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class ListProductsInProductSetResponse.
Response message for the ListProductsInProductSet
method.
Implements
IPageResponseProduct, IEnumerableProduct, IEnumerable, IMessageListProductsInProductSetResponse, IEquatableListProductsInProductSetResponse, IDeepCloneableListProductsInProductSetResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
ListProductsInProductSetResponse()
public ListProductsInProductSetResponse()
ListProductsInProductSetResponse(ListProductsInProductSetResponse)
public ListProductsInProductSetResponse(ListProductsInProductSetResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListProductsInProductSetResponse |
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 | |
---|---|
Type | Description |
string |
Products
public RepeatedField<Product> Products { get; }
The list of Products.
Property Value | |
---|---|
Type | Description |
RepeatedFieldProduct |
Methods
GetEnumerator()
public IEnumerator<Product> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorProduct |