DescribePullRequestEventsOutput constructor
DescribePullRequestEventsOutput({
- required List<
PullRequestEvent> pullRequestEvents, - String? nextToken,
Implementation
DescribePullRequestEventsOutput({
required this.pullRequestEvents,
this.nextToken,
});