GoogleCloudChannelV1Sku constructor
GoogleCloudChannelV1Sku({
- GoogleCloudChannelV1MarketingInfo? marketingInfo,
- String? name,
- GoogleCloudChannelV1Product? product,
Implementation
GoogleCloudChannelV1Sku({
this.marketingInfo,
this.name,
this.product,
});