This model accepts additional fields of type interface{}.
ResponseEventsOrgsSearch
Name | Type | Tags | Description |
---|---|---|---|
End |
*int |
Optional | - |
Limit |
*int |
Optional | - |
Results |
[]models.OrgEvent |
Optional | - |
Start |
*int |
Optional | - |
Total |
*int |
Optional | - |
AdditionalProperties |
map[string]interface{} |
Optional | - |
{
"end": 1688035193,
"limit": 10,
"start": 1687948793,
"results": [
{
"org_id": "00002492-0000-0000-0000-000000000000",
"text": "text4",
"timestamp": 2.64,
"type": "type4",
"exampleAdditionalProperty": {
"key1": "val1",
"key2": "val2"
}
},
{
"org_id": "00002492-0000-0000-0000-000000000000",
"text": "text4",
"timestamp": 2.64,
"type": "type4",
"exampleAdditionalProperty": {
"key1": "val1",
"key2": "val2"
}
}
],
"total": 108,
"exampleAdditionalProperty": {
"key1": "val1",
"key2": "val2"
}
}