RatingScaleItemValue
Defines the value for one rating in a custom metric rating scale.
Inheritors
Types
Functions
Link copied to clipboard
Casts this RatingScaleItemValue as a FloatValue and retrieves its kotlin.Float value. Throws an exception if the RatingScaleItemValue is not a FloatValue.
Link copied to clipboard
Casts this RatingScaleItemValue as a FloatValue and retrieves its kotlin.Float value. Returns null if the RatingScaleItemValue is not a FloatValue.
Link copied to clipboard
Casts this RatingScaleItemValue as a StringValue and retrieves its kotlin.String value. Throws an exception if the RatingScaleItemValue is not a StringValue.
Link copied to clipboard
Casts this RatingScaleItemValue as a StringValue and retrieves its kotlin.String value. Returns null if the RatingScaleItemValue is not a StringValue.