Skip to content

model

DB table (device_locations) SQLAlchemy model definition

Classes:

DeviceLocation

Bases: Base

Device Locations (SQLAlchemy model)

Methods:

  • as_dict

    Function to convert a DeviceLocation valid object to a dict

as_dict

as_dict() -> Dict[str, Any]

Function to convert a DeviceLocation valid object to a dict

Returns:

  • Dict[str, Any]

    Dictionary representation of the object