github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/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 }