ArtifactParameterPropertiesArgs

data class ArtifactParameterPropertiesArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ArtifactParameterPropertiesArgs>

Properties of an artifact parameter.

Constructors

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

Properties

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

The name of the artifact parameter.

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

The value of the artifact parameter.

Functions

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