GeofenceGroupsOut
groups object[]required
Array [
group_idGroup Id (string)required
group_name object
anyOf
- string
- null
string
geofence_countGeofence Count (integer)required
]
countCount (integer)required
GeofenceGroupsOut
{
"groups": [
{
"group_id": "string",
"group_name": "string",
"geofence_count": 0
}
],
"count": 0
}