GoogleCloudApigeeV1RatePlan constructor

GoogleCloudApigeeV1RatePlan({
  1. String? apiproduct,
  2. String? billingPeriod,
  3. List<GoogleCloudApigeeV1RateRange>? consumptionPricingRates,
  4. String? consumptionPricingType,
  5. String? createdAt,
  6. String? currencyCode,
  7. String? description,
  8. String? displayName,
  9. String? endTime,
  10. int? fixedFeeFrequency,
  11. GoogleTypeMoney? fixedRecurringFee,
  12. String? lastModifiedAt,
  13. String? name,
  14. String? paymentFundingModel,
  15. List<GoogleCloudApigeeV1RevenueShareRange>? revenueShareRates,
  16. String? revenueShareType,
  17. GoogleTypeMoney? setupFee,
  18. String? startTime,
  19. String? state,
})

Implementation

GoogleCloudApigeeV1RatePlan({
  this.apiproduct,
  this.billingPeriod,
  this.consumptionPricingRates,
  this.consumptionPricingType,
  this.createdAt,
  this.currencyCode,
  this.description,
  this.displayName,
  this.endTime,
  this.fixedFeeFrequency,
  this.fixedRecurringFee,
  this.lastModifiedAt,
  this.name,
  this.paymentFundingModel,
  this.revenueShareRates,
  this.revenueShareType,
  this.setupFee,
  this.startTime,
  this.state,
});