Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.02 KB

response-events-other-devices-search.md

File metadata and controls

46 lines (37 loc) · 1.02 KB

Response Events Other Devices Search

This model accepts additional fields of type interface{}.

Structure

ResponseEventsOtherDevicesSearch

Fields

Name Type Tags Description
End *int Optional -
Limit *int Optional -
Results *models.EventOtherdevice Optional -
Start *int Optional -
Total *int Optional -
AdditionalProperties map[string]interface{} Optional -

Example (as JSON)

{
  "end": 206,
  "limit": 220,
  "results": {
    "device_mac": "device_mac0",
    "mac": "mac0",
    "org_id": "00002492-0000-0000-0000-000000000000",
    "site_id": "00001420-0000-0000-0000-000000000000",
    "text": "text4",
    "exampleAdditionalProperty": {
      "key1": "val1",
      "key2": "val2"
    }
  },
  "start": 164,
  "total": 58,
  "exampleAdditionalProperty": {
    "key1": "val1",
    "key2": "val2"
  }
}