diff --git a/openstack/sfs_turbo/v1/shares/results.go b/openstack/sfs_turbo/v1/shares/results.go index a429af2d9..d4113885e 100644 --- a/openstack/sfs_turbo/v1/shares/results.go +++ b/openstack/sfs_turbo/v1/shares/results.go @@ -59,6 +59,8 @@ type Turbo struct { PayModel string `json:"pay_model"` // Timestamp when the share was created CreatedAt time.Time `json:"-"` + // The enterprise project ID + EnterpriseProjectId string `json:"enterprise_project_id"` } func (r *Turbo) UnmarshalJSON(b []byte) error {