class documentation

class TeamFolderCreateArg(bb.Struct): (source)

View In Hierarchy

:ivar team.TeamFolderCreateArg.name: Name for the new team folder. :ivar team.TeamFolderCreateArg.sync_setting: The sync setting to apply to this team folder. Only permitted if the team has team selective sync enabled.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable name Undocumented
Instance Variable sync_setting Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _name_value Undocumented
Instance Variable _sync_setting_value Undocumented
def __init__(self, name=None, sync_setting=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

sync_setting = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_name_value = (source)

Undocumented

_sync_setting_value = (source)

Undocumented