DescribeContributorInsightsOutput constructor
DescribeContributorInsightsOutput({
- List<
String> ? contributorInsightsRuleList, - ContributorInsightsStatus? contributorInsightsStatus,
- FailureException? failureException,
- String? indexName,
- DateTime? lastUpdateDateTime,
- String? tableName,
Implementation
DescribeContributorInsightsOutput({
this.contributorInsightsRuleList,
this.contributorInsightsStatus,
this.failureException,
this.indexName,
this.lastUpdateDateTime,
this.tableName,
});