DescribePendingAggregationRequestsResponse constructor
DescribePendingAggregationRequestsResponse({
- String? nextToken,
- List<
PendingAggregationRequest> ? pendingAggregationRequests,
Implementation
DescribePendingAggregationRequestsResponse({
this.nextToken,
this.pendingAggregationRequests,
});