GoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse constructor

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

Implementation

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