diff --git a/virtual_file_system_storage.go b/virtual_file_system_storage.go index 1e8dd5a..a94b101 100644 --- a/virtual_file_system_storage.go +++ b/virtual_file_system_storage.go @@ -38,7 +38,6 @@ type VirtualFileSystemStorage struct { Region string `json:"region"` DateCreated string `json:"date_created"` Status string `json:"status"` - SubStatus string `json:"sub_status"` Label string `json:"label"` Tags []string `json:"tags"` DiskType string `json:"disk_type"`