Googly.CloudVision.Model.ListProductSetsResponse (googly_cloud_vision v0.1.0)

Copy Markdown View Source

Response message for the ListProductSets 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.
  • product_sets (type: list(Googly.CloudVision.Model.ProductSet.t())) - List of ProductSets.

Summary

Types

t()

@type t() :: %Googly.CloudVision.Model.ListProductSetsResponse{
  next_page_token: String.t() | nil,
  product_sets: [Googly.CloudVision.Model.ProductSet.t()] | nil
}