Set Variable Activity Response
data class SetVariableActivityResponse(val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val name: String, val onInactiveMarkAs: String? = null, val policy: SecureInputOutputPolicyResponse? = null, val setSystemVariable: Boolean? = null, val state: String? = null, val type: String, val userProperties: List<UserPropertyResponse>? = null, val value: Any? = null, val variableName: String? = null)
Set value for a Variable.
Constructors
Link copied to clipboard
fun SetVariableActivityResponse(dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, name: String, onInactiveMarkAs: String? = null, policy: SecureInputOutputPolicyResponse? = null, setSystemVariable: Boolean? = null, state: String? = null, type: String, userProperties: List<UserPropertyResponse>? = null, value: Any? = null, variableName: String? = null)