GoogleCloudChannelV1Plan constructor
GoogleCloudChannelV1Plan({
- String? billingAccount,
- GoogleCloudChannelV1Period? paymentCycle,
- String? paymentPlan,
- String? paymentType,
- GoogleCloudChannelV1Period? trialPeriod,
Implementation
GoogleCloudChannelV1Plan({
this.billingAccount,
this.paymentCycle,
this.paymentPlan,
this.paymentType,
this.trialPeriod,
});