GoogleCloudChannelV1ListPurchasableSkusResponse constructor

GoogleCloudChannelV1ListPurchasableSkusResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudChannelV1PurchasableSku>? purchasableSkus,
})

Implementation

GoogleCloudChannelV1ListPurchasableSkusResponse({
  this.nextPageToken,
  this.purchasableSkus,
});