You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `pageLimit` | *JsonNullable\<Integer>* | :heavy_minus_sign: | The maximum number of items that can be returned in a single page. | 10 |
11
11
| `pageTokenNext` | *JsonNullable\<String>* | :heavy_minus_sign: | The continuation token used to retrieve a page in a paginated response. | abc123 |
12
-
| `requestId` | *Optional\<String>* | :heavy_check_mark: | Unique identifier for the request, useful for tracking and debugging. | 3f7c9e4b-851c-4f9b-89e7-123456789abc |
13
-
| `responseTimestamp` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_check_mark: | The timestamp indicating when the response was generated. | 2024-10-17T14:30:00Z |
14
-
| `responseDurationMs` | *Optional\<Integer>* | :heavy_check_mark: | The duration of time, in milliseconds, that the server took to process and respond <br/>to the request. This is measured from the time the server received the request <br/>until the time the response was sent.<br/> | 150 |
12
+
| `requestId` | *JsonNullable\<String>* | :heavy_minus_sign: | Unique identifier for the request, useful for tracking and debugging. | 3f7c9e4b-851c-4f9b-89e7-123456789abc |
13
+
| `responseTimestamp` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The timestamp indicating when the response was generated. | 2024-10-17T14:30:00Z |
14
+
| `responseDurationMs` | *JsonNullable\<Integer>* | :heavy_minus_sign: | The duration of time, in milliseconds, that the server took to process and respond <br/>to the request. This is measured from the time the server received the request <br/>until the time the response was sent.<br/> | 150 |
0 commit comments