FilterEntry

@Serializable
data class FilterEntry(val exclude: Boolean? = null, val type: String? = null)

A filter used by target query/discovery/auto-attach operations.

Constructors

Link copied to clipboard
constructor(exclude: Boolean? = null, type: String? = null)

Properties

Link copied to clipboard
val exclude: Boolean? = null

If set, causes exclusion of matching targets from the list.

Link copied to clipboard
val type: String? = null

If not present, matches any type.