GoogleCloudChannelV1Price constructor
GoogleCloudChannelV1Price({
- GoogleTypeMoney? basePrice,
- double? discount,
- GoogleTypeMoney? effectivePrice,
- String? externalPriceUri,
Implementation
GoogleCloudChannelV1Price({
this.basePrice,
this.discount,
this.effectivePrice,
this.externalPriceUri,
});