ListContributorInsightsOutput constructor
ListContributorInsightsOutput({
- List<
ContributorInsightsSummary> ? contributorInsightsSummaries, - String? nextToken,
Implementation
ListContributorInsightsOutput({
this.contributorInsightsSummaries,
this.nextToken,
});