class documentation

class TeamFolderUpdateSyncSettingsArg(TeamFolderIdArg): (source)

View In Hierarchy

:ivar team.TeamFolderUpdateSyncSettingsArg.sync_setting: Sync setting to apply to the team folder itself. Only meaningful if the team folder is not a shared team root. :ivar team.TeamFolderUpdateSyncSettingsArg.content_sync_settings: Sync settings to apply to contents of this team folder.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable content_sync_settings Undocumented
Instance Variable sync_setting Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _content_sync_settings_value Undocumented
Instance Variable _sync_setting_value Undocumented

Inherited from TeamFolderIdArg:

Instance Variable team_folder_id Undocumented
Instance Variable _team_folder_id_value Undocumented
def __init__(self, team_folder_id=None, sync_setting=None, content_sync_settings=None): (source)

Undocumented

content_sync_settings = (source)

Undocumented

sync_setting = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_has_required_fields: bool = (source)
_content_sync_settings_value = (source)

Undocumented

_sync_setting_value = (source)

Undocumented