GoogleCloudChannelV1RenewalSettings constructor
GoogleCloudChannelV1RenewalSettings({
- bool? enableRenewal,
- GoogleCloudChannelV1Period? paymentCycle,
- String? paymentPlan,
- bool? resizeUnitCount,
Implementation
GoogleCloudChannelV1RenewalSettings({
this.enableRenewal,
this.paymentCycle,
this.paymentPlan,
this.resizeUnitCount,
});