ListContributorInsightsOutput constructor

ListContributorInsightsOutput({
  1. List<ContributorInsightsSummary>? contributorInsightsSummaries,
  2. String? nextToken,
})

Implementation

ListContributorInsightsOutput({
  this.contributorInsightsSummaries,
  this.nextToken,
});