Selector Args
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>)