GetFiltersPlainArgs

data class GetFiltersPlainArgs(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 zoneId: String) : ConvertibleToJava<GetFiltersPlainArgs>

A collection of arguments for invoking 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, zoneId: String)

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

Identifier

Functions

Link copied to clipboard
open override fun toJava(): GetFiltersPlainArgs