MarketplaceGalleryImageStatusResponse

data class MarketplaceGalleryImageStatusResponse(val downloadStatus: MarketplaceGalleryImageStatusResponseDownloadStatus? = null, val errorCode: String? = null, val errorMessage: String? = null, val progressPercentage: Double? = null, val provisioningStatus: MarketplaceGalleryImageStatusResponseProvisioningStatus? = null)

The observed state of marketplace gallery images

Constructors

Link copied to clipboard
constructor(downloadStatus: MarketplaceGalleryImageStatusResponseDownloadStatus? = null, errorCode: String? = null, errorMessage: String? = null, progressPercentage: Double? = null, provisioningStatus: MarketplaceGalleryImageStatusResponseProvisioningStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The download status of the gallery image

Link copied to clipboard
val errorCode: String? = null

MarketplaceGalleryImage provisioning error code

Link copied to clipboard
val errorMessage: String? = null

Descriptive error message

Link copied to clipboard

The progress of the operation in percentage