Builder

class Builder

Properties

Link copied to clipboard
var arn: String?

The ARN of the feature.

Link copied to clipboard

The date and time that the feature is created.

Link copied to clipboard

The name of the variation that is used 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

The description of the feature.

Link copied to clipboard

A set of key-value pairs that specify users who should always be served a specific variation of a feature. Each key specifies a user using their user ID, account ID, or some other identifier. The value specifies the name of the variation that the user is to be served.

Link copied to clipboard

An array of structures that define the evaluation rules for the feature.

Link copied to clipboard

If this value is ALL_RULES, the traffic allocation specified by any ongoing launches or experiments is being used. If this is DEFAULT_VARIATION, the default variation is being served to all users.

Link copied to clipboard

The date and time that the feature was most recently updated.

Link copied to clipboard
var name: String?

The name of the feature.

Link copied to clipboard

The name or ARN of the project that contains the feature.

Link copied to clipboard

The current state of the feature.

Link copied to clipboard

The list of tag keys and values associated with this feature.

Link copied to clipboard

Defines the type of value used to define the different feature variations. For more information, see Variation types

Link copied to clipboard

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