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
Contains detailed information about a size