Backup File Info Response
data class BackupFileInfoResponse(val familySequenceNumber: Int? = null, val fileLocation: String? = null, val status: String? = null)
Information of the backup file
Constructors
Link copied to clipboard
fun BackupFileInfoResponse(familySequenceNumber: Int? = null, fileLocation: String? = null, status: String? = null)