ListSelectorResponse

data class ListSelectorResponse(val filter: SimpleFilterResponse? = null, val id: String, val targets: List<TargetReferenceResponse>, val type: String)

Model that represents a list selector.

Constructors

Link copied to clipboard
constructor(filter: SimpleFilterResponse? = null, id: String, targets: List<TargetReferenceResponse>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Model that represents available filter types that can be applied to a targets list.

Link copied to clipboard
val id: String

String of the selector ID.

Link copied to clipboard

List of Target references.

Link copied to clipboard

Enum of the selector type. Expected value is 'List'.