PipelineRunSourcePropertiesArgs

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)

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the source.

Link copied to clipboard
val type: Output<Either<String, PipelineRunSourceType>>? = null

The type of the source.

Functions

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