GoogleCloudChannelV1Product constructor

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

Implementation

GoogleCloudChannelV1Product({
  this.marketingInfo,
  this.name,
});