ValidationActivityArgs

constructor(childItems: Output<Any>? = null, dataset: Output<DatasetReferenceArgs>, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, minimumSize: Output<Any>? = null, name: Output<String>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, sleep: Output<Any>? = null, state: Output<Either<String, ActivityState>>? = null, timeout: Output<Any>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)