AttributeValue
A value for a feature flag attribute. Only one of the members can be set.
Inheritors
Types
A Boolean value for the attribute.
An array of numeric values for the attribute.
A numeric value for the attribute.
An array of string values for the attribute.
A string value for the attribute.
Functions
Casts this AttributeValue as a BooleanValue and retrieves its kotlin.Boolean value. Throws an exception if the AttributeValue is not a BooleanValue.
Casts this AttributeValue as a BooleanValue and retrieves its kotlin.Boolean value. Returns null if the AttributeValue is not a BooleanValue.
Casts this AttributeValue as a NumberArray and retrieves its kotlin.collections.List
Casts this AttributeValue as a NumberArray and retrieves its kotlin.collections.List
Casts this AttributeValue as a NumberValue and retrieves its kotlin.Double value. Throws an exception if the AttributeValue is not a NumberValue.
Casts this AttributeValue as a NumberValue and retrieves its kotlin.Double value. Returns null if the AttributeValue is not a NumberValue.
Casts this AttributeValue as a StringArray and retrieves its kotlin.collections.List
Casts this AttributeValue as a StringArray and retrieves its kotlin.collections.List
Casts this AttributeValue as a StringValue and retrieves its kotlin.String value. Throws an exception if the AttributeValue is not a StringValue.
Casts this AttributeValue as a StringValue and retrieves its kotlin.String value. Returns null if the AttributeValue is not a StringValue.