Record
webinar-response
No description available.
record webinar-response {
host-email: option<string>,
host-id: option<string>,
id: option<s64>,
uuid: option<string>,
agenda: option<string>,
created-at: option<string>,
duration: option<s32>,
join-url: option<string>,
occurrences: option<list<webinar-response-occurrences-item>>,
password: option<string>,
recurrence: option<webinar-response-recurrence>,
settings: option<webinar-response-settings>,
start-time: option<string>,
start-url: option<string>,
timezone: option<string>,
topic: option<string>,
tracking-fields: option<list<webinar-response-tracking-fields-item>>,
type-op: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| host-email | option<string> | |
| host-id | option<string> | |
| id | option<s64> | |
| uuid | option<string> | |
| agenda | option<string> | |
| created-at | option<string> | |
| duration | option<s32> | |
| join-url | option<string> | |
| occurrences | option<list<webinar-response-occurrences-item>> | |
| password | option<string> | |
| recurrence | option<webinar-response-recurrence> | |
| settings | option<webinar-response-settings> | |
| start-time | option<string> | |
| start-url | option<string> | |
| timezone | option<string> | |
| topic | option<string> | |
| tracking-fields | option<list<webinar-response-tracking-fields-item>> | |
| type-op | option<s32> |