GetFiltersInvokeResult

data class GetFiltersInvokeResult(val description: String? = null, val expression: String? = null, val id: String? = null, val maxItems: Int? = null, val paused: Boolean? = null, val ref: String? = null, val results: List<GetFiltersResult>, val zoneId: String)

A collection of values returned by getFilters.

Constructors

Link copied to clipboard
constructor(description: String? = null, expression: String? = null, id: String? = null, maxItems: Int? = null, paused: Boolean? = null, ref: String? = null, results: List<GetFiltersResult>, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A case-insensitive string to find in the description.

Link copied to clipboard
val expression: String? = null

A case-insensitive string to find in the expression.

Link copied to clipboard
val id: String? = null

The unique identifier of the filter.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val paused: Boolean? = null

When true, indicates that the filter is currently paused.

Link copied to clipboard
val ref: String? = null

The filter ref (a short reference tag) to search for. Must be an exact match.

Link copied to clipboard

The items returned by the data source

Link copied to clipboard

Defines an identifier.