blob: 0d4c670264d6fdddded79a8b71a00f7522a2283b [file] [log] [blame]
package volumetenants
// 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"`
}