Set Variable Activity Args
constructor(dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, name: Output<String>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, policy: Output<SecureInputOutputPolicyArgs>? = null, setSystemVariable: Output<Boolean>? = null, state: Output<Either<String, ActivityState>>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null, value: Output<Any>? = null, variableName: Output<String>? = null)