GetSessionInfoResponse¶
| Field | Type | Description |
|---|---|---|
| start_time | google.protobuf.Timestamp | The start time of the session. |
| end_time | google.protobuf.Timestamp | The end time of the session. |
Example¶
JSON
{
"end_time": "2024-01-15T09:30:00Z",
"start_time": "2024-01-15T09:30:00Z"
}