packer-cn/vendor/github.com/hyperonecom/h1-client-go/model_database_services.go

22 lines
781 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
// DatabaseServices struct for DatabaseServices
type DatabaseServices 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"`
}