class documentation

class TeamFolderMetadata(bb.Struct): (source)

View In Hierarchy

Properties of a team folder. :ivar team.TeamFolderMetadata.team_folder_id: The ID of the team folder. :ivar team.TeamFolderMetadata.name: The name of the team folder. :ivar team.TeamFolderMetadata.status: The status of the team folder. :ivar team.TeamFolderMetadata.is_team_shared_dropbox: True if this team folder is a shared team root. :ivar team.TeamFolderMetadata.sync_setting: The sync setting applied to this team folder. :ivar team.TeamFolderMetadata.content_sync_settings: Sync settings applied to contents of this team folder.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable content_sync_settings Undocumented
Instance Variable is_team_shared_dropbox Undocumented
Instance Variable name Undocumented
Instance Variable status Undocumented
Instance Variable sync_setting Undocumented
Instance Variable team_folder_id Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _content_sync_settings_value Undocumented
Instance Variable _is_team_shared_dropbox_value Undocumented
Instance Variable _name_value Undocumented
Instance Variable _status_value Undocumented
Instance Variable _sync_setting_value Undocumented
Instance Variable _team_folder_id_value Undocumented
def __init__(self, team_folder_id=None, name=None, status=None, is_team_shared_dropbox=None, sync_setting=None, content_sync_settings=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

content_sync_settings = (source)

Undocumented

is_team_shared_dropbox = (source)

Undocumented

Undocumented

Undocumented

sync_setting = (source)

Undocumented

team_folder_id = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_content_sync_settings_value = (source)

Undocumented

_is_team_shared_dropbox_value = (source)

Undocumented

_name_value = (source)

Undocumented

_status_value = (source)

Undocumented

_sync_setting_value = (source)

Undocumented

_team_folder_id_value = (source)

Undocumented