Googly. CloudVision. Model. ListProductsResponse
(googly_cloud_vision v0.1.0)
Copy Markdown
View Source
Response message for the ListProducts 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())) - List of products.
Summary
Types
@type t() :: %Googly.CloudVision.Model.ListProductsResponse{ next_page_token: String.t() | nil, products: [Googly.CloudVision.Model.Product.t()] | nil }