class documentation

class ListMembersDevicesResult(bb.Struct): (source)

View In Hierarchy

:ivar team.ListMembersDevicesResult.devices: The devices of each member of the team. :ivar team.ListMembersDevicesResult.has_more: If true, then there are more devices available. Pass the cursor to :meth:`dropbox.dropbox_client.Dropbox.team_devices_list_members_devices` to retrieve the rest. :ivar team.ListMembersDevicesResult.cursor: Pass the cursor into :meth:`dropbox.dropbox_client.Dropbox.team_devices_list_members_devices` to receive the next sub list of team's devices.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable cursor Undocumented
Instance Variable devices Undocumented
Instance Variable has_more Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _cursor_value Undocumented
Instance Variable _devices_value Undocumented
Instance Variable _has_more_value Undocumented
def __init__(self, devices=None, has_more=None, cursor=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

has_more = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_cursor_value = (source)

Undocumented

_devices_value = (source)

Undocumented

_has_more_value = (source)

Undocumented