GoogleCloudChannelV1Sku constructor

GoogleCloudChannelV1Sku({
  1. GoogleCloudChannelV1MarketingInfo? marketingInfo,
  2. String? name,
  3. GoogleCloudChannelV1Product? product,
})

Implementation

GoogleCloudChannelV1Sku({
  this.marketingInfo,
  this.name,
  this.product,
});