DoubleValue

data class DoubleValue(val value: String) : AssetPropertyVariant

Optional. A string that contains the double value of the value entry. Accepts substitution templates.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this AssetPropertyVariant as a BooleanValue and retrieves its kotlin.String value. Throws an exception if the AssetPropertyVariant is not a BooleanValue.

Link copied to clipboard

Casts this AssetPropertyVariant as a BooleanValue and retrieves its kotlin.String value. Returns null if the AssetPropertyVariant is not a BooleanValue.

Link copied to clipboard

Casts this AssetPropertyVariant as a DoubleValue and retrieves its kotlin.String value. Throws an exception if the AssetPropertyVariant is not a DoubleValue.

Link copied to clipboard

Casts this AssetPropertyVariant as a DoubleValue and retrieves its kotlin.String value. Returns null if the AssetPropertyVariant is not a DoubleValue.

Link copied to clipboard

Casts this AssetPropertyVariant as a IntegerValue and retrieves its kotlin.String value. Throws an exception if the AssetPropertyVariant is not a IntegerValue.

Link copied to clipboard

Casts this AssetPropertyVariant as a IntegerValue and retrieves its kotlin.String value. Returns null if the AssetPropertyVariant is not a IntegerValue.

Link copied to clipboard

Casts this AssetPropertyVariant as a StringValue and retrieves its kotlin.String value. Throws an exception if the AssetPropertyVariant is not a StringValue.

Link copied to clipboard

Casts this AssetPropertyVariant as a StringValue and retrieves its kotlin.String value. Returns null if the AssetPropertyVariant is not a StringValue.