Pipe Batch Job Dependency Args
data class PipeBatchJobDependencyArgs(val jobId: Output<String>? = null, val type: Output<PipeBatchJobDependencyType>? = null) : ConvertibleToJava<PipeBatchJobDependencyArgs>
Constructors
Link copied to clipboard
fun PipeBatchJobDependencyArgs(jobId: Output<String>? = null, type: Output<PipeBatchJobDependencyType>? = null)