class documentation

class ListTeamAppsResult(bb.Struct): (source)

View In Hierarchy

Information returned by :meth:`dropbox.dropbox_client.Dropbox.team_linked_apps_list_team_linked_apps`. :ivar team.ListTeamAppsResult.apps: The linked applications of each member of the team. :ivar team.ListTeamAppsResult.has_more: If true, then there are more apps available. Pass the cursor to :meth:`dropbox.dropbox_client.Dropbox.team_linked_apps_list_team_linked_apps` to retrieve the rest. :ivar team.ListTeamAppsResult.cursor: Pass the cursor into :meth:`dropbox.dropbox_client.Dropbox.team_linked_apps_list_team_linked_apps` to receive the next sub list of team's applications.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable apps Undocumented
Instance Variable cursor Undocumented
Instance Variable has_more Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _apps_value Undocumented
Instance Variable _cursor_value Undocumented
Instance Variable _has_more_value Undocumented
def __init__(self, apps=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

_apps_value = (source)

Undocumented

_cursor_value = (source)

Undocumented

_has_more_value = (source)

Undocumented