blob: 6e1cd1516ecda004bc2cee38f80299ecb545b0d5 [file] [log] [blame]
package tenantattr
// An extension to the base Volume object
type VolumeExt struct {
// TenantID is the id of the project that owns the volume.
TenantID string `json:"os-vol-tenant-attr:tenant_id"`
}