Gallery Image Status Response
data class GalleryImageStatusResponse(val downloadStatus: GalleryImageStatusResponseDownloadStatus? = null, val errorCode: String? = null, val errorMessage: String? = null, val progressPercentage: Double? = null, val provisioningStatus: GalleryImageStatusResponseProvisioningStatus? = null)
The observed state of gallery images
Constructors
Link copied to clipboard
constructor(downloadStatus: GalleryImageStatusResponseDownloadStatus? = null, errorCode: String? = null, errorMessage: String? = null, progressPercentage: Double? = null, provisioningStatus: GalleryImageStatusResponseProvisioningStatus? = null)