GroupSummary constructor
GroupSummary({
- String? filterExpression,
- String? groupARN,
- String? groupName,
- InsightsConfiguration? insightsConfiguration,
Implementation
GroupSummary({
this.filterExpression,
this.groupARN,
this.groupName,
this.insightsConfiguration,
});