github.com/huaweicloud/golangsdk@v0.0.0-20210831081626-d823fe11ceba/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  }