21 lines
588 B
Go
21 lines
588 B
Go
|
/*
|
||
|
* HyperOne API
|
||
|
*
|
||
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||
|
*
|
||
|
* API version: 0.0.2
|
||
|
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
||
|
*/
|
||
|
|
||
|
package openapi
|
||
|
|
||
|
type DiskServices struct {
|
||
|
Type string `json:"type,omitempty"`
|
||
|
Name string `json:"name,omitempty"`
|
||
|
OneTime bool `json:"oneTime,omitempty"`
|
||
|
Billing string `json:"billing,omitempty"`
|
||
|
Data map[string]interface{} `json:"data,omitempty"`
|
||
|
SourceService string `json:"sourceService,omitempty"`
|
||
|
Quantity float32 `json:"quantity,omitempty"`
|
||
|
}
|