UpdateContributorInsightsOutput constructor

UpdateContributorInsightsOutput({
  1. ContributorInsightsStatus? contributorInsightsStatus,
  2. String? indexName,
  3. String? tableName,
})

Implementation

UpdateContributorInsightsOutput({
  this.contributorInsightsStatus,
  this.indexName,
  this.tableName,
});