SelectorArgs

data class SelectorArgs(val id: Output<String>, val targets: Output<List<TargetReferenceArgs>>, val type: Output<SelectorType>) : ConvertibleToJava<SelectorArgs>

Model that represents a selector in the Experiment resource.

Constructors

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

Properties

Link copied to clipboard
val id: Output<String>

String of the selector ID.

Link copied to clipboard

List of Target references.

Link copied to clipboard
val type: Output<SelectorType>

Enum of the selector type.

Functions

Link copied to clipboard
open override fun toJava(): SelectorArgs