Backup Response
    data class BackupResponse(val backupRetentionDays: Int? = null, val earliestRestoreDate: String, val geoRedundantBackup: String? = null)
Backup properties of a server
Constructors
Link copied to clipboard
                fun BackupResponse(backupRetentionDays: Int? = null, earliestRestoreDate: String, geoRedundantBackup: String? = null)