class documentation

class JoinTeamDetails(bb.Struct): (source)

View In Hierarchy

Additional information relevant when a new member joins the team. :ivar team_log.JoinTeamDetails.linked_apps: Linked applications. (Deprecated) Please use has_linked_apps boolean field instead. :ivar team_log.JoinTeamDetails.linked_devices: Linked devices. (Deprecated) Please use has_linked_devices boolean field instead. :ivar team_log.JoinTeamDetails.linked_shared_folders: Linked shared folders. (Deprecated) Please use has_linked_shared_folders boolean field instead. :ivar team_log.JoinTeamDetails.was_linked_apps_truncated: (Deprecated) True if the linked_apps list was truncated to the maximum supported length (50). :ivar team_log.JoinTeamDetails.was_linked_devices_truncated: (Deprecated) True if the linked_devices list was truncated to the maximum supported length (50). :ivar team_log.JoinTeamDetails.was_linked_shared_folders_truncated: (Deprecated) True if the linked_shared_folders list was truncated to the maximum supported length (50). :ivar team_log.JoinTeamDetails.has_linked_apps: True if the user had linked apps at event time. :ivar team_log.JoinTeamDetails.has_linked_devices: True if the user had linked apps at event time. :ivar team_log.JoinTeamDetails.has_linked_shared_folders: True if the user had linked shared folders at event time.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable has_linked_apps Undocumented
Instance Variable has_linked_devices Undocumented
Instance Variable has_linked_shared_folders Undocumented
Instance Variable linked_apps Undocumented
Instance Variable linked_devices Undocumented
Instance Variable linked_shared_folders Undocumented
Instance Variable was_linked_apps_truncated Undocumented
Instance Variable was_linked_devices_truncated Undocumented
Instance Variable was_linked_shared_folders_truncated Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _has_linked_apps_value Undocumented
Instance Variable _has_linked_devices_value Undocumented
Instance Variable _has_linked_shared_folders_value Undocumented
Instance Variable _linked_apps_value Undocumented
Instance Variable _linked_devices_value Undocumented
Instance Variable _linked_shared_folders_value Undocumented
Instance Variable _was_linked_apps_truncated_value Undocumented
Instance Variable _was_linked_devices_truncated_value Undocumented
Instance Variable _was_linked_shared_folders_truncated_value Undocumented
def __init__(self, linked_apps=None, linked_devices=None, linked_shared_folders=None, was_linked_apps_truncated=None, was_linked_devices_truncated=None, was_linked_shared_folders_truncated=None, has_linked_apps=None, has_linked_devices=None, has_linked_shared_folders=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

has_linked_apps = (source)

Undocumented

has_linked_devices = (source)

Undocumented

has_linked_shared_folders = (source)

Undocumented

linked_apps = (source)

Undocumented

linked_devices = (source)

Undocumented

linked_shared_folders = (source)

Undocumented

was_linked_apps_truncated = (source)

Undocumented

was_linked_devices_truncated = (source)

Undocumented

was_linked_shared_folders_truncated = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_has_linked_apps_value = (source)

Undocumented

_has_linked_devices_value = (source)

Undocumented

_has_linked_shared_folders_value = (source)

Undocumented

_linked_apps_value = (source)

Undocumented

_linked_devices_value = (source)

Undocumented

_linked_shared_folders_value = (source)

Undocumented

_was_linked_apps_truncated_value = (source)

Undocumented

_was_linked_devices_truncated_value = (source)

Undocumented

_was_linked_shared_folders_truncated_value = (source)

Undocumented