Builder

class Builder

Properties

Link copied to clipboard

The name of the variation to use as the default variation. The default variation is served to users who are not allocated to any ongoing launches or experiments of this feature.

Link copied to clipboard

An optional description of the feature.

Link copied to clipboard

Specify users that should always be served a specific variation of a feature. Each user is specified by a key-value pair . For each key, specify a user by entering their user ID, account ID, or some other identifier. For the value, specify the name of the variation that they are to be served.

Link copied to clipboard

Specify ALL_RULES to activate the traffic allocation specified by any ongoing launches or experiments. Specify DEFAULT_VARIATION to serve the default variation to all users instead.

Link copied to clipboard
var name: String?

The name for the new feature.

Link copied to clipboard

The name or ARN of the project that is to contain the new feature.

Link copied to clipboard

Assigns one or more tags (key-value pairs) to the feature.

Link copied to clipboard

An array of structures that contain the configuration of the feature's different variations.