GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ListProductsResponse (google_api_retail v0.20.0)
View SourceResponse message for ProductService.ListProducts method.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token that can be sent as ListProductsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. -
products(type:list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Product.t), default:nil) - The Products.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ListProductsResponse{ nextPageToken: String.t() | nil, products: [GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Product.t()] | nil }