PipeBatchJobDependencyArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): PipeBatchJobDependencyArgs

Properties

Link copied to clipboard
val jobId: Output<String>? = null
Link copied to clipboard
val type: Output<PipeBatchJobDependencyType>? = null