ArtifactManifestPropertiesFormatResponse

data class ArtifactManifestPropertiesFormatResponse(val artifactManifestState: String, val artifacts: List<ManifestArtifactFormatResponse>? = null, val provisioningState: String)

Artifact manifest properties.

Constructors

Link copied to clipboard
constructor(artifactManifestState: String, artifacts: List<ManifestArtifactFormatResponse>? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The artifact manifest state.

Link copied to clipboard

The artifacts list.

Link copied to clipboard

The provisioning state of the ArtifactManifest resource.