Account Backup
data class AccountBackup(val intervalInMinutes: Int? = null, val retentionInHours: Int? = null, val storageRedundancy: String? = null, val type: String)
Constructors
Link copied to clipboard
fun AccountBackup(intervalInMinutes: Int? = null, retentionInHours: Int? = null, storageRedundancy: String? = null, type: String)