GoogleCloudChannelV1ListSkusResponse constructor

GoogleCloudChannelV1ListSkusResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudChannelV1Sku>? skus,
})

Implementation

GoogleCloudChannelV1ListSkusResponse({
  this.nextPageToken,
  this.skus,
});