Estimated VMPrices Response
data class EstimatedVMPricesResponse(val billingCurrency: String, val unitOfMeasure: String, val values: List<EstimatedVMPriceResponse>)
The estimated price info for using a VM.
Constructors
Link copied to clipboard
fun EstimatedVMPricesResponse(billingCurrency: String, unitOfMeasure: String, values: List<EstimatedVMPriceResponse>)