Append Variable Activity Args
data class AppendVariableActivityArgs(val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val name: Output<String>, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null, val value: Output<Any>? = null, val variableName: Output<String>? = null) : ConvertibleToJava<AppendVariableActivityArgs>
Append value for a Variable of type Array.
Constructors
Link copied to clipboard
constructor(dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, name: Output<String>, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null, value: Output<Any>? = null, variableName: Output<String>? = null)