ArtifactsTypeEnumValueArgs

data class ArtifactsTypeEnumValueArgs(val value: Output<Either<String, ArtifactsType>>? = null) : ConvertibleToJava<ArtifactsTypeEnumValueArgs>

Definition of ArtifactsTypeEnumValue

Constructors

Link copied to clipboard
constructor(value: Output<Either<String, ArtifactsType>>? = null)

Properties

Link copied to clipboard
val value: Output<Either<String, ArtifactsType>>? = null

Property value

Functions

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