Append Variable Activity Response
data class AppendVariableActivityResponse(val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val name: String, val type: String, val userProperties: List<UserPropertyResponse>? = null, val value: Any? = null, val variableName: String? = null)
Append value for a Variable of type Array.
Constructors
Link copied to clipboard
constructor(dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, name: String, type: String, userProperties: List<UserPropertyResponse>? = null, value: Any? = null, variableName: String? = null)