pub struct CreateWebinarSettings {Show 31 fields
pub allow_multiple_devices: bool,
pub alternative_hosts: String,
pub approval_type: i64,
pub attendees_and_panelists_reminder_email_notification: Option<AttendeesPanelistsReminderEmailNotification>,
pub audio: Option<Audio>,
pub authentication_domains: String,
pub authentication_option: String,
pub auto_recording: Option<AutoRecording>,
pub close_registration: bool,
pub contact_email: String,
pub contact_name: String,
pub email_language: String,
pub enforce_login: bool,
pub enforce_login_domains: String,
pub follow_up_absentees_email_notification: Option<FollowUpAbsenteesEmailNotification>,
pub follow_up_attendees_email_notification: Option<FollowUpAttendeesEmailNotification>,
pub global_dial_in_countries: Vec<String>,
pub hd_video: bool,
pub host_video: bool,
pub meeting_authentication: bool,
pub on_demand: bool,
pub panelists_invitation_email_notification: bool,
pub panelists_video: bool,
pub post_webinar_survey: bool,
pub practice_session: bool,
pub question_and_answer: Option<QuestionAnswer>,
pub registrants_email_notification: bool,
pub registrants_restrict_number: i64,
pub registration_type: i64,
pub show_share_button: bool,
pub survey_url: String,
}
Expand description
Create Webinar settings.
Fields§
§allow_multiple_devices: bool
Create Webinar settings.
alternative_hosts: String
Create Webinar settings.
approval_type: i64
Create Webinar settings.
attendees_and_panelists_reminder_email_notification: Option<AttendeesPanelistsReminderEmailNotification>
Create Webinar settings.
audio: Option<Audio>
Create Webinar settings.
authentication_domains: String
Create Webinar settings.
authentication_option: String
Create Webinar settings.
auto_recording: Option<AutoRecording>
Create Webinar settings.
close_registration: bool
Create Webinar settings.
contact_email: String
Create Webinar settings.
contact_name: String
Create Webinar settings.
email_language: String
Create Webinar settings.
enforce_login: bool
Create Webinar settings.
enforce_login_domains: String
Create Webinar settings.
follow_up_absentees_email_notification: Option<FollowUpAbsenteesEmailNotification>
Create Webinar settings.
follow_up_attendees_email_notification: Option<FollowUpAttendeesEmailNotification>
Create Webinar settings.
global_dial_in_countries: Vec<String>
Create Webinar settings.
hd_video: bool
Create Webinar settings.
host_video: bool
Create Webinar settings.
meeting_authentication: bool
Create Webinar settings.
on_demand: bool
Create Webinar settings.
panelists_invitation_email_notification: bool
Create Webinar settings.
panelists_video: bool
Create Webinar settings.
post_webinar_survey: bool
Create Webinar settings.
practice_session: bool
Create Webinar settings.
question_and_answer: Option<QuestionAnswer>
Create Webinar settings.
registrants_email_notification: bool
Create Webinar settings.
registrants_restrict_number: i64
Create Webinar settings.
registration_type: i64
Create Webinar settings.
Create Webinar settings.
survey_url: String
Create Webinar settings.
Trait Implementations§
Source§impl Clone for CreateWebinarSettings
impl Clone for CreateWebinarSettings
Source§fn clone(&self) -> CreateWebinarSettings
fn clone(&self) -> CreateWebinarSettings
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for CreateWebinarSettings
impl Debug for CreateWebinarSettings
Source§impl<'de> Deserialize<'de> for CreateWebinarSettings
impl<'de> Deserialize<'de> for CreateWebinarSettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Source§impl JsonSchema for CreateWebinarSettings
impl JsonSchema for CreateWebinarSettings
Source§fn schema_name() -> String
fn schema_name() -> String
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref
keyword. Read more