Get Variables Result
data class GetVariablesResult(val automationAccountId: String, val bools: List<GetVariablesBool>, val datetimes: List<GetVariablesDatetime>, val encrypteds: List<GetVariablesEncrypted>, val id: String, val ints: List<GetVariablesInt>, val nulls: List<GetVariablesNull>, val objects: List<GetVariablesObject>, val strings: List<GetVariablesString>)
A collection of values returned by getVariables.
Constructors
Link copied to clipboard
fun GetVariablesResult(automationAccountId: String, bools: List<GetVariablesBool>, datetimes: List<GetVariablesDatetime>, encrypteds: List<GetVariablesEncrypted>, id: String, ints: List<GetVariablesInt>, nulls: List<GetVariablesNull>, objects: List<GetVariablesObject>, strings: List<GetVariablesString>)