Get Backup Result
data class GetBackupResult(val backupId: String, val backupType: String, val creationDate: String, val failureReason: String, val id: String, val label: String? = null, val location: String, val name: String, val provisioningState: String, val size: Double, val systemData: SystemDataResponse, val type: String, val useExistingSnapshot: Boolean? = null, val volumeName: String)
Backup of a Volume
Constructors
Link copied to clipboard
fun GetBackupResult(backupId: String, backupType: String, creationDate: String, failureReason: String, id: String, label: String? = null, location: String, name: String, provisioningState: String, size: Double, systemData: SystemDataResponse, type: String, useExistingSnapshot: Boolean? = null, volumeName: String)