Record
past-meeting-details-response
No description available.
record past-meeting-details-response {
duration: option<s32>,
end-time: option<string>,
host-id: option<string>,
id: option<s64>,
participants-count: option<s32>,
start-time: option<string>,
topic: option<string>,
total-minutes: option<s32>,
type-op: option<s32>,
user-email: option<string>,
user-name: option<string>,
uuid: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| duration | option<s32> | |
| end-time | option<string> | |
| host-id | option<string> | |
| id | option<s64> | |
| participants-count | option<s32> | |
| start-time | option<string> | |
| topic | option<string> | |
| total-minutes | option<s32> | |
| type-op | option<s32> | |
| user-email | option<string> | |
| user-name | option<string> | |
| uuid | option<string> |