From e2958b0b12b661ce5ce86fc6557e2ca5d85abd67 Mon Sep 17 00:00:00 2001 From: Jason Zhang Date: Tue, 30 Mar 2021 17:40:20 +0800 Subject: [PATCH] add EnterpriseProjectId in sfs-turbo results --- openstack/sfs_turbo/v1/shares/results.go | 2 ++ 1 file changed, 2 insertions(+) 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 {