Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.3 KB

Geofence.md

File metadata and controls

25 lines (20 loc) · 1.3 KB

Geofence

esperclient.models.geofence

Description

Properties

Name Type Description Notes
id str id of the geofence [optional]
name str Name of the geofence
description str A description about the geofence [optional]
enterprise str id of the enterprise resource [optional]
latitude str Latitude corresponding to the geofence
longitude str Longitude corresponding to the geofence
radius int The radius within which the geofence should be applied [optional]
radius_unit str The unit in which the radius is taken, eg - kilometers, meters etc [optional]
device_actions list[str] The actions to be performed on the device [optional]
device_count int Number of devices [optional]
created_by str The user who created the geofence [optional]
created_on datetime Date and time of when the geofence was created [optional]
updated_on datetime Date and time of when the geofence was updated [optional]

[Back to Model list] [Back to API list] [Back to README]