GoogleCloudChannelV1PricePhase constructor
GoogleCloudChannelV1PricePhase({
- int? firstPeriod,
- int? lastPeriod,
- String? periodType,
- GoogleCloudChannelV1Price? price,
- List<
GoogleCloudChannelV1PriceTier> ? priceTiers,
Implementation
GoogleCloudChannelV1PricePhase({
this.firstPeriod,
this.lastPeriod,
this.periodType,
this.price,
this.priceTiers,
});