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

17 lines
410 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
// VaultActionSnapshot struct for VaultActionSnapshot
type VaultActionSnapshot struct {
Name string `json:"name"`
Service string `json:"service,omitempty"`
}