Storage Profile Response
data class StorageProfileResponse(val backupRetentionDays: Int? = null, val geoRedundantBackup: String? = null, val storageAutogrow: String? = null, val storageMB: Int? = null)
Storage Profile properties of a server
Constructors
Link copied to clipboard
fun StorageProfileResponse(backupRetentionDays: Int? = null, geoRedundantBackup: String? = null, storageAutogrow: String? = null, storageMB: Int? = null)