GetVariablesString

data class GetVariablesString(val description: String, val encrypted: Boolean, val id: String, val name: String, val value: String)

Constructors

Link copied to clipboard
constructor(description: String, encrypted: Boolean, id: String, name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the Automation Variable.

Link copied to clipboard

Specifies if the Automation Variable is encrypted.

Link copied to clipboard
val id: String
Link copied to clipboard

The name of the Automation Variable.

Link copied to clipboard

The value of the Automation Variable.