GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsResponse constructor

GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudPaymentsResellerSubscriptionV1Promotion>? promotions,
})

Implementation

GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsResponse({
  this.nextPageToken,
  this.promotions,
});