LaunchGroupToWeight

data class LaunchGroupToWeight(val groupName: String, val splitWeight: Int)

Constructors

Link copied to clipboard
constructor(groupName: String, splitWeight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the launch group. It can include up to 127 characters.

Link copied to clipboard

The portion of launch traffic to allocate to this launch group. This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the launch audience to this launch group.