Get Backup Instance Result
data class GetBackupInstanceResult(val id: String, val name: String, val properties: BackupInstanceResponse, val systemData: SystemDataResponse, val type: String)
BackupInstance Resource
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: BackupInstanceResponse, systemData: SystemDataResponse, type: String)