ArtifactManifestPropertiesFormatArgs

data class ArtifactManifestPropertiesFormatArgs(val artifacts: Output<List<ManifestArtifactFormatArgs>>? = null) : ConvertibleToJava<ArtifactManifestPropertiesFormatArgs>

Artifact manifest properties.

Constructors

Link copied to clipboard
constructor(artifacts: Output<List<ManifestArtifactFormatArgs>>? = null)

Properties

Link copied to clipboard

The artifacts list.

Functions

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