values property

List<String>? values
final

An array of strings that you can provide to match against a specific name, status, or import task ID to filter the results for your import task queries.

Implementation

final List<String>? values;