TeamFolderUpdateSyncSettingsArg

public class TeamFolderUpdateSyncSettingsArg : Team.TeamFolderIdArg

The TeamFolderUpdateSyncSettingsArg struct

  • Sync setting to apply to the team folder itself. Only meaningful if the team folder is not a shared team root.

    Declaration

    Swift

    public let syncSetting: Files.SyncSettingArg?
  • Sync settings to apply to contents of this team folder.

    Declaration

    Swift

    public let contentSyncSettings: [Files.ContentSyncSettingArg]?