GoogleCloudChannelV1ListSkusResponse constructor
GoogleCloudChannelV1ListSkusResponse({
- String? nextPageToken,
- List<
GoogleCloudChannelV1Sku> ? skus,
Implementation
GoogleCloudChannelV1ListSkusResponse({
this.nextPageToken,
this.skus,
});