UpdateContributorInsightsOutput constructor
UpdateContributorInsightsOutput({
- ContributorInsightsStatus? contributorInsightsStatus,
- String? indexName,
- String? tableName,
Implementation
UpdateContributorInsightsOutput({
this.contributorInsightsStatus,
this.indexName,
this.tableName,
});