TemplateVariableType

The type of a template variable.

  • STRING - String variable type.

  • INTEGER - Integer variable type.

  • BOOLEAN - Boolean variable type.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : TemplateVariableType
Link copied to clipboard

Properties

Link copied to clipboard
abstract val value: String