GoogleCloudChannelV1Price constructor
GoogleCloudChannelV1Price({
- GoogleTypeMoney? basePrice,
- double? discount,
- List<
GoogleCloudChannelV1DiscountComponent> ? discountComponents, - GoogleTypeMoney? effectivePrice,
- String? externalPriceUri,
- GoogleCloudChannelV1Period? pricePeriod,
Implementation
GoogleCloudChannelV1Price({
this.basePrice,
this.discount,
this.discountComponents,
this.effectivePrice,
this.externalPriceUri,
this.pricePeriod,
});