SimpleFilterResponse

data class SimpleFilterResponse(val parameters: SimpleFilterParametersResponse? = null, val type: String)

Model that represents a simple target filter.

Constructors

Link copied to clipboard
constructor(parameters: SimpleFilterParametersResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Model that represents the Simple filter parameters.

Link copied to clipboard

Enum that discriminates between filter types. Currently only Simple type is supported. Expected value is 'Simple'.