Size Info Response
data class SizeInfoResponse(val computeSize: String? = null, val memory: Double? = null, val numberOfCores: Int? = null, val price: Double? = null)
Contains detailed information about a size
Constructors
Link copied to clipboard
fun SizeInfoResponse(computeSize: String? = null, memory: Double? = null, numberOfCores: Int? = null, price: Double? = null)