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