@@ -109,7 +109,7 @@ type FSModify struct {
109
109
//
110
110
//Size, in bytes, presented to the host or end user. This can be used for both expand and shrink on a file system.
111
111
Size int `json:"size_total,omitempty"`
112
- Description string `json:"description,omitempty"`
112
+ Description string `json:"description"` // empty to unassign
113
113
AccessPolicy string `json:"access_policy,omitempty"`
114
114
LockingPolicy string `json:"locking_policy,omitempty"`
115
115
FolderRenamePolicy string `json:"folder_rename_policy,omitempty"`
@@ -120,7 +120,7 @@ type FSModify struct {
120
120
SmbNotifyOnChangeDirDepth int32 `json:"smb_notify_on_change_dir_depth,omitempty"`
121
121
IsSmbNoNotifyEnabled * bool `json:"is_smb_no_notify_enabled,omitempty"`
122
122
IsAsyncMtimeEnabled * bool `json:"is_async_MTime_enabled,omitempty"`
123
- ProtectionPolicyID string `json:"protection_policy_id,omitempty"`
123
+ ProtectionPolicyID string `json:"protection_policy_id"` // empty to unassign
124
124
FileEventsPublishingMode string `json:"file_events_publishing_mode,omitempty"`
125
125
FlrCreate FlrAttributes `json:"flr_attributes,omitempty"`
126
126
ExpirationTimestamp string `json:"expiration_timestamp,omitempty"`
0 commit comments