Artifact Manifest Properties Format Response
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)