Skip to content

Commit

Permalink
Merge pull request #159 from dell/file_system_modify
Browse files Browse the repository at this point in the history
removed omitempty
  • Loading branch information
AnikaAgiwal2711 authored Dec 24, 2024
2 parents db05bc4 + 494d120 commit f1dfbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ type FSModify struct {
IsSmbNotifyOnWriteEnabled *bool `json:"is_smb_notify_on_write_enabled,omitempty"`
SmbNotifyOnChangeDirDepth int32 `json:"smb_notify_on_change_dir_depth,omitempty"`
IsSmbNoNotifyEnabled *bool `json:"is_smb_no_notify_enabled,omitempty"`
IsAsyncMtimeEnabled bool `json:"is_async_MTime_enabled,omitempty"`
IsAsyncMtimeEnabled bool `json:"is_async_MTime_enabled"`
ProtectionPolicyID string `json:"protection_policy_id,omitempty"`
FileEventsPublishingMode string `json:"file_events_publishing_mode,omitempty"`
FlrCreate FlrAttributes `json:"flr_attributes,omitempty"`
Expand Down

0 comments on commit f1dfbb3

Please sign in to comment.