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