GoogleCloudChannelV1SkuPurchaseGroup constructor

GoogleCloudChannelV1SkuPurchaseGroup({
  1. List<GoogleCloudChannelV1BillingAccountPurchaseInfo>? billingAccountPurchaseInfos,
  2. List<String>? skus,
})

Implementation

GoogleCloudChannelV1SkuPurchaseGroup({
  this.billingAccountPurchaseInfos,
  this.skus,
});