LatencyMs
Properties
| Property | Type | Required | Description |
|---|---|---|---|
first |
integer,null | No | |
total |
integer,null | No |
View JSON Schema
{
"type": "object",
"properties": {
"first": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"total": {
"type": [
"integer",
"null"
],
"format": "int32"
}
}
}