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

18 lines
428 B
Go
Raw Normal View History

2019-02-08 05:15:45 -05:00
/*
* 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 SnapshotCreate struct {
Vault string `json:"vault"`
Service string `json:"service,omitempty"`
Name string `json:"name"`
Tag map[string]interface{} `json:"tag,omitempty"`
}