GalleryImageStatusResponse

data class GalleryImageStatusResponse(val downloadStatus: GalleryImageStatusDownloadStatusResponse? = null, val errorCode: String? = null, val errorMessage: String? = null, val progressPercentage: Double? = null, val provisioningStatus: GalleryImageStatusProvisioningStatusResponse? = null)

The observed state of gallery images

Constructors

Link copied to clipboard
constructor(downloadStatus: GalleryImageStatusDownloadStatusResponse? = null, errorCode: String? = null, errorMessage: String? = null, progressPercentage: Double? = null, provisioningStatus: GalleryImageStatusProvisioningStatusResponse? = 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

GalleryImage 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

Link copied to clipboard

provisioning status of the gallery image