ExperimentSelector

data class ExperimentSelector(val chaosStudioTargetIds: List<String>, val name: String)

Constructors

Link copied to clipboard
constructor(chaosStudioTargetIds: List<String>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Chaos Studio Target IDs that should be part of this Selector.

Link copied to clipboard

The name of this Selector.