github.com/gophercloud/gophercloud@v1.11.0/openstack/blockstorage/extensions/volumetenants/results.go (about) 1 package volumetenants 2 3 // VolumeTenantExt is an extension to the base Volume object 4 type VolumeTenantExt struct { 5 // TenantID is the id of the project that owns the volume. 6 TenantID string `json:"os-vol-tenant-attr:tenant_id"` 7 }