GoogleCloudPaymentsResellerSubscriptionV1Promotion constructor
GoogleCloudPaymentsResellerSubscriptionV1Promotion({
- List<
String> ? applicableProducts, - String? endTime,
- GoogleCloudPaymentsResellerSubscriptionV1Duration? freeTrialDuration,
- GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails? introductoryPricingDetails,
- String? name,
- String? promotionType,
- List<
String> ? regionCodes, - String? startTime,
- List<
GoogleTypeLocalizedText> ? titles,
Implementation
GoogleCloudPaymentsResellerSubscriptionV1Promotion({
this.applicableProducts,
this.endTime,
this.freeTrialDuration,
this.introductoryPricingDetails,
this.name,
this.promotionType,
this.regionCodes,
this.startTime,
this.titles,
});