GoogleCloudPaymentsResellerSubscriptionV1Promotion constructor

GoogleCloudPaymentsResellerSubscriptionV1Promotion({
  1. List<String>? applicableProducts,
  2. String? endTime,
  3. GoogleCloudPaymentsResellerSubscriptionV1Duration? freeTrialDuration,
  4. GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails? introductoryPricingDetails,
  5. String? name,
  6. String? promotionType,
  7. List<String>? regionCodes,
  8. String? startTime,
  9. List<GoogleTypeLocalizedText>? titles,
})

Implementation

GoogleCloudPaymentsResellerSubscriptionV1Promotion({
  this.applicableProducts,
  this.endTime,
  this.freeTrialDuration,
  this.introductoryPricingDetails,
  this.name,
  this.promotionType,
  this.regionCodes,
  this.startTime,
  this.titles,
});