SelectorResponse

data class SelectorResponse(val in: List<String>? = null, val kind: String? = null, val notIn: List<String>? = null)

The selector expression.

Constructors

Link copied to clipboard
constructor(in: List<String>? = null, kind: String? = null, notIn: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val in: List<String>? = null

The list of values to filter in.

Link copied to clipboard
val kind: String? = null

The selector kind.

Link copied to clipboard
val notIn: List<String>? = null

The list of values to filter out.