GoogleCloudRetailV2ListProductsResponse constructor
GoogleCloudRetailV2ListProductsResponse({
- String? nextPageToken,
- List<
GoogleCloudRetailV2Product> ? products,
Implementation
GoogleCloudRetailV2ListProductsResponse({
this.nextPageToken,
this.products,
});