GoogleCloudChannelV1RenewalSettings constructor

GoogleCloudChannelV1RenewalSettings({
  1. bool? enableRenewal,
  2. GoogleCloudChannelV1Period? paymentCycle,
  3. String? paymentPlan,
  4. bool? resizeUnitCount,
})

Implementation

GoogleCloudChannelV1RenewalSettings({
  this.enableRenewal,
  this.paymentCycle,
  this.paymentPlan,
  this.resizeUnitCount,
});