GoogleCloudChannelV1PricePhase constructor

GoogleCloudChannelV1PricePhase({
  1. int? firstPeriod,
  2. int? lastPeriod,
  3. String? periodType,
  4. GoogleCloudChannelV1Price? price,
  5. List<GoogleCloudChannelV1PriceTier>? priceTiers,
})

Implementation

GoogleCloudChannelV1PricePhase({
  this.firstPeriod,
  this.lastPeriod,
  this.periodType,
  this.price,
  this.priceTiers,
});