Artifact Manifest Properties Format Args
data class ArtifactManifestPropertiesFormatArgs(val artifacts: Output<List<ManifestArtifactFormatArgs>>? = null) : ConvertibleToJava<ArtifactManifestPropertiesFormatArgs>
Artifact manifest properties.
Constructors
Link copied to clipboard
fun ArtifactManifestPropertiesFormatArgs(artifacts: Output<List<ManifestArtifactFormatArgs>>? = null)