Get Read Write Database Result
data class GetReadWriteDatabaseResult(val hotCachePeriod: String? = null, val id: String, val isFollowed: Boolean, val kind: String, val location: String? = null, val name: String, val provisioningState: String, val softDeletePeriod: String? = null, val statistics: DatabaseStatisticsResponse, val systemData: SystemDataResponse, val type: String)
Class representing a read write database.
Constructors
Link copied to clipboard
fun GetReadWriteDatabaseResult(hotCachePeriod: String? = null, id: String, isFollowed: Boolean, kind: String, location: String? = null, name: String, provisioningState: String, softDeletePeriod: String? = null, statistics: DatabaseStatisticsResponse, systemData: SystemDataResponse, type: String)