LaunchGroup

data class LaunchGroup(val description: String? = null, val feature: String, val name: String, val variation: String)

Constructors

Link copied to clipboard
constructor(description: String? = null, feature: String, name: String, variation: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Specifies the description of the launch group.

Link copied to clipboard

Specifies the name of the feature that the launch is using.

Link copied to clipboard

Specifies the name of the lahnch group.

Link copied to clipboard

Specifies the feature variation to use for this launch group.