GoogleCloudRetailV2ListProductsResponse constructor

GoogleCloudRetailV2ListProductsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudRetailV2Product>? products,
})

Implementation

GoogleCloudRetailV2ListProductsResponse({
  this.nextPageToken,
  this.products,
});