From 85cf85a60c79cb2799e6399b66835a0e3905697a Mon Sep 17 00:00:00 2001 From: Michael Riley Date: Tue, 17 Dec 2024 16:23:46 -0500 Subject: [PATCH] Add mount tag to virtual file system attachments --- virtual_file_system_storage.go | 1 + 1 file changed, 1 insertion(+) diff --git a/virtual_file_system_storage.go b/virtual_file_system_storage.go index c2697de..b8cc0f1 100644 --- a/virtual_file_system_storage.go +++ b/virtual_file_system_storage.go @@ -88,6 +88,7 @@ type VirtualFileSystemStorageAttachment struct { ID string `json:"vfs_id"` State string `json:"state"` TargetID string `json:"target_id"` + MountTag int `json:"mount_tag"` } type virtualFileSystemStorageAttachmentsBase struct {