Values.DeleteFileSystemWindowsResponseSourceThe response object for the Microsoft Windows file system used in the DeleteFileSystem operation.
type nonrec t = {finalBackupId : BackupId.t option;The ID of the final backup for this file system.
*)finalBackupTags : Tags.t option;The set of tags applied to the final backup.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of BackupId.t ])
list ]