This model accepts additional fields of type interface{}.
ResponseEventsOtherDevicesSearch
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 | - |
{
"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"
}
}