GetExperimentResult

data class GetExperimentResult(val description: String? = null, val enabledState: String? = null, val endpointA: ExperimentEndpointResponse? = null, val endpointB: ExperimentEndpointResponse? = null, val id: String, val location: String? = null, val name: String, val resourceState: String, val scriptFileUri: String, val status: String, val tags: Map<String, String>? = null, val type: String)

Defines the properties of an Experiment

Constructors

Link copied to clipboard
constructor(description: String? = null, enabledState: String? = null, endpointA: ExperimentEndpointResponse? = null, endpointB: ExperimentEndpointResponse? = null, id: String, location: String? = null, name: String, resourceState: String, scriptFileUri: String, status: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the details or intents of the Experiment

Link copied to clipboard
val enabledState: String? = null

The state of the Experiment

Link copied to clipboard

The endpoint A of an experiment

Link copied to clipboard

The endpoint B of an experiment

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

Resource status.

Link copied to clipboard

The uri to the Script used in the Experiment

Link copied to clipboard

The description of Experiment status from the server side

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.