Class ListProductsInProductSetResponse (2.5.0)

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

Response message for the ListProductsInProductSet method.

Inheritance

Object > ListProductsInProductSetResponse

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

ListProductsInProductSetResponse()

public ListProductsInProductSetResponse()

ListProductsInProductSetResponse(ListProductsInProductSetResponse)

public ListProductsInProductSetResponse(ListProductsInProductSetResponse other)
Parameter
NameDescription
otherListProductsInProductSetResponse

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; }

The list of Products.

Property Value
TypeDescription
RepeatedField<Product>

Methods

GetEnumerator()

public IEnumerator<Product> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Product>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator