GoogleCloudChannelV1Price constructor

GoogleCloudChannelV1Price({
  1. GoogleTypeMoney? basePrice,
  2. double? discount,
  3. List<GoogleCloudChannelV1DiscountComponent>? discountComponents,
  4. GoogleTypeMoney? effectivePrice,
  5. String? externalPriceUri,
  6. GoogleCloudChannelV1Period? pricePeriod,
})

Implementation

GoogleCloudChannelV1Price({
  this.basePrice,
  this.discount,
  this.discountComponents,
  this.effectivePrice,
  this.externalPriceUri,
  this.pricePeriod,
});