class documentation

class MemberDevices(bb.Struct): (source)

View In Hierarchy

Information on devices of a team's member. :ivar team.MemberDevices.team_member_id: The member unique Id. :ivar team.MemberDevices.web_sessions: List of web sessions made by this team member. :ivar team.MemberDevices.desktop_clients: List of desktop clients by this team member. :ivar team.MemberDevices.mobile_clients: List of mobile clients by this team member.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable desktop_clients Undocumented
Instance Variable mobile_clients Undocumented
Instance Variable team_member_id Undocumented
Instance Variable web_sessions Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _desktop_clients_value Undocumented
Instance Variable _mobile_clients_value Undocumented
Instance Variable _team_member_id_value Undocumented
Instance Variable _web_sessions_value Undocumented
def __init__(self, team_member_id=None, web_sessions=None, desktop_clients=None, mobile_clients=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

desktop_clients = (source)

Undocumented

mobile_clients = (source)

Undocumented

team_member_id = (source)

Undocumented

web_sessions = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_desktop_clients_value = (source)

Undocumented

_mobile_clients_value = (source)

Undocumented

_team_member_id_value = (source)

Undocumented

_web_sessions_value = (source)

Undocumented