Googly. CloudVision. Model. ListProductsInProductSetResponse
(googly_cloud_vision v0.1.0)
Copy Markdown
View Source
Response message for the ListProductsInProductSet method.
Attributes
-
next_page_token(type:String.t()) - Token to retrieve the next page of results, or empty if there are no more results in the list. -
products(type:list(Googly.CloudVision.Model.Product.t())) - The list of Products.
Summary
Types
@type t() :: %Googly.CloudVision.Model.ListProductsInProductSetResponse{ next_page_token: String.t() | nil, products: [Googly.CloudVision.Model.Product.t()] | nil }