object PickersPerformanceDashboardResult
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
data | PickerPerformancePage | Pickers performance dashboard result returned by this query. |
Referenced By
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"data": {id: "UGlja2VyUGVyZm9ybWFuY2VQYWdlOjEyMzQ="}
}