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: EQUALS
final
hashCode int
The hash code for this object.
no setterinherited
name String
A single ExportFilter name. Supported filters: agentId.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<String>
A single agentId for a Discovery Agent. An agentId can be found using the DescribeAgents action. Typically an ADS agentId is in the form o-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