GroupSummary class
Details for a group without metadata.
Constructors
- GroupSummary({String? filterExpression, String? groupARN, String? groupName, InsightsConfiguration? insightsConfiguration})
- 
          GroupSummary.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- filterExpression → String?
- 
  The filter expression defining the parameters to include traces.
  final
- groupARN → String?
- 
  The ARN of the group generated based on the GroupName.
  final
- groupName → String?
- 
  The unique case-sensitive name of the group.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- insightsConfiguration → InsightsConfiguration?
- 
  The structure containing configurations related to insights.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited