SelectorResponse

data class SelectorResponse(val id: String, val targets: List<TargetReferenceResponse>, val type: String)

Model that represents a selector in the Experiment resource.

Constructors

Link copied to clipboard
constructor(id: String, targets: List<TargetReferenceResponse>, type: String)

Types

Link copied to clipboard
object Companion

Properties

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.