Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
41a7078b699656b6cdee196ba464952629b2df5f
/
.
/
openstack
/
blockstorage
/
extensions
/
tenantattr
/
results.go
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"`
}