Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
d039957a8525737487507881ac8d57eb6c4d0b4f
/
.
/
openstack
/
blockstorage
/
v1
/
snapshots
/
results.go
blob: db59b8e55563cd7955c696f318ea3d4cec4d50b0 [
file
] [
log
] [
blame
]
package snapshots
type Snapshot struct {
CreatedAt string
Description string
ID string
Metadata map[string]interface{}
Name string
Size int
Status string
VolumeID string
}