github.com/opentelekomcloud/gophertelekomcloud@v0.9.3/openstack/evs/extensions/volumetenants.go (about)

     1  package extensions
     2  
     3  type VolumeTenantExt struct {
     4  	// TenantID is the id of the project that owns the volume.
     5  	TenantID string `json:"os-vol-tenant-attr:tenant_id"`
     6  }