GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsResponse constructor
GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsResponse({
- String? nextPageToken,
- List<
GoogleCloudPaymentsResellerSubscriptionV1Promotion> ? promotions,
Implementation
GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsResponse({
this.nextPageToken,
this.promotions,
});