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
}