ImportTaskFilter

A name-values pair of elements you can use to filter the results when querying your import tasks. Currently, wildcards are not supported for filters.

When filtering by import status, all other filter values are ignored.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name, status, or import task ID for a specific import task.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: ImportTaskFilter.Builder.() -> Unit = {}): ImportTaskFilter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String