ExportFilter class
Used to select which agent's data is to be exported. A single agent ID may be selected for export using the StartExportTask action.
Constructors
- 
          ExportFilter({required String condition, required String name, required List<
String> values}) 
Properties
- condition → String
 - 
  Supported condition: 
EQUALSfinal - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - name → String
 - 
  A single 
ExportFiltername. Supported filters:agentId.final - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - 
  values
  → List<
String>  - 
  A single 
agentIdfor a Discovery Agent. AnagentIdcan be found using the DescribeAgents action. Typically an ADSagentIdis in the formo-0123456789abcdef0.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