PipelineRunTargetPropertiesArgs

data class PipelineRunTargetPropertiesArgs(val name: Output<String>? = null, val type: Output<Either<String, PipelineRunTargetType>>? = null) : ConvertibleToJava<PipelineRunTargetPropertiesArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, type: Output<Either<String, PipelineRunTargetType>>? = null)

Properties

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

The name of the target.

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

The type of the target.

Functions

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