class documentation

class DesktopClientSession(DeviceSession): (source)

View In Hierarchy

Information about linked Dropbox desktop client sessions. :ivar team.DesktopClientSession.host_name: Name of the hosting desktop. :ivar team.DesktopClientSession.client_type: The Dropbox desktop client type. :ivar team.DesktopClientSession.client_version: The Dropbox client version. :ivar team.DesktopClientSession.platform: Information on the hosting platform. :ivar team.DesktopClientSession.is_delete_on_unlink_supported: Whether it's possible to delete all of the account files upon unlinking.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable client_type Undocumented
Instance Variable client_version Undocumented
Instance Variable host_name Undocumented
Instance Variable is_delete_on_unlink_supported Undocumented
Instance Variable platform Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _client_type_value Undocumented
Instance Variable _client_version_value Undocumented
Instance Variable _host_name_value Undocumented
Instance Variable _is_delete_on_unlink_supported_value Undocumented
Instance Variable _platform_value Undocumented

Inherited from DeviceSession:

Instance Variable country Undocumented
Instance Variable created Undocumented
Instance Variable ip_address Undocumented
Instance Variable session_id Undocumented
Instance Variable updated Undocumented
Instance Variable _country_value Undocumented
Instance Variable _created_value Undocumented
Instance Variable _ip_address_value Undocumented
Instance Variable _session_id_value Undocumented
Instance Variable _updated_value Undocumented
def __init__(self, session_id=None, host_name=None, client_type=None, client_version=None, platform=None, is_delete_on_unlink_supported=None, ip_address=None, country=None, created=None, updated=None): (source)

Undocumented

client_type = (source)

Undocumented

client_version = (source)

Undocumented

host_name = (source)

Undocumented

is_delete_on_unlink_supported = (source)

Undocumented

platform = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_has_required_fields: bool = (source)
_client_type_value = (source)

Undocumented

_client_version_value = (source)

Undocumented

_host_name_value = (source)

Undocumented

_is_delete_on_unlink_supported_value = (source)

Undocumented

_platform_value = (source)

Undocumented