class documentation

:ivar team.DeviceSession.session_id: The session id. :ivar team.DeviceSession.ip_address: The IP address of the last activity from this session. :ivar team.DeviceSession.country: The country from which the last activity from this session was made. :ivar team.DeviceSession.created: The time this session was created. :ivar team.DeviceSession.updated: The time of the last activity from this session.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable country Undocumented
Instance Variable created Undocumented
Instance Variable ip_address Undocumented
Instance Variable session_id Undocumented
Instance Variable updated Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields 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, ip_address=None, country=None, created=None, updated=None): (source)

Undocumented

Undocumented

ip_address = (source)

Undocumented

session_id = (source)

Undocumented

Undocumented

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

Undocumented

_created_value = (source)

Undocumented

_ip_address_value = (source)

Undocumented

_session_id_value = (source)

Undocumented

_updated_value = (source)

Undocumented