public sealed class ListProductsInProductSetResponse : IPageResponse<Product>, IEnumerable<Product>, IEnumerable, IMessage<ListProductsInProductSetResponse>, IEquatable<ListProductsInProductSetResponse>, IDeepCloneable<ListProductsInProductSetResponse>, IBufferMessage, IMessage
Response message for the ListProductsInProductSet
method.
Implements
IPageResponse<Product>, IEnumerable<Product>, IEnumerable, IMessage<ListProductsInProductSetResponse>, IEquatable<ListProductsInProductSetResponse>, IDeepCloneable<ListProductsInProductSetResponse>, 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 |
RepeatedField<Product> |
Methods
GetEnumerator()
public IEnumerator<Product> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Product> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |