Estimated VMPrice Response
data class EstimatedVMPriceResponse(val osType: String, val retailPrice: Double, val vmTier: String)
The estimated price info for using a VM of a particular OS type, tier, etc.
The estimated price info for using a VM of a particular OS type, tier, etc.