Pipeline Run Source Properties Args
data class PipelineRunSourcePropertiesArgs(val name: Output<String>? = null, val type: Output<Either<String, PipelineRunSourceType>>? = null) : ConvertibleToJava<PipelineRunSourcePropertiesArgs>
Constructors
Link copied to clipboard
constructor(name: Output<String>? = null, type: Output<Either<String, PipelineRunSourceType>>? = null)