DescribeContributorInsightsOutput constructor

DescribeContributorInsightsOutput({
  1. List<String>? contributorInsightsRuleList,
  2. ContributorInsightsStatus? contributorInsightsStatus,
  3. FailureException? failureException,
  4. String? indexName,
  5. DateTime? lastUpdateDateTime,
  6. String? tableName,
})

Implementation

DescribeContributorInsightsOutput({
  this.contributorInsightsRuleList,
  this.contributorInsightsStatus,
  this.failureException,
  this.indexName,
  this.lastUpdateDateTime,
  this.tableName,
});