StringFilter class
A string filter for querying findings.
Constructors
- StringFilter({StringFilterComparison? comparison, String? value})
- 
          StringFilter.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- comparison → StringFilterComparison?
- 
  The condition to apply to a string value when querying for findings. To
search for values that contain the filter criteria value, use one of the
following comparison operators:
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- value → String?
- 
  The string filter value. Filter values are case sensitive. For example, the
product name for control-based findings is Security Hub. If you providesecurity hubas the filter text, then there is no match.final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited