ExperimentDefinitionSummary

Summary information about an experiment definition.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The application ID.

Link copied to clipboard

The configuration profile ID associated with the experiment.

Link copied to clipboard

The date and time the experiment definition was created, in ISO 8601 format.

Link copied to clipboard

The environment ID where the experiment runs.

Link copied to clipboard

The key of the feature flag used by the experiment.

Link copied to clipboard

The hypothesis that the experiment is designed to validate.

Link copied to clipboard
val id: String?

The experiment definition ID.

Link copied to clipboard
val name: String?

The name of the experiment definition.

Link copied to clipboard

The current status of the experiment definition.

Link copied to clipboard

The date and time the experiment definition was last updated, in ISO 8601 format.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String