pub struct UpdateGroupSettingsRequestScheduleMeeting {Show 14 fields
pub audio_type: String,
pub embed_password_in_join_link: bool,
pub force_pmi_jbh_password: bool,
pub host_video: bool,
pub join_before_host: bool,
pub mute_upon_entry: bool,
pub participant_video: bool,
pub pstn_password_protected: bool,
pub require_password_for_all_meetings: bool,
pub require_password_for_instant_meetings: bool,
pub require_password_for_pmi_meetings: Option<RequirePasswordPmiMeetings>,
pub require_password_for_scheduled_meetings: bool,
pub require_password_for_scheduling_new_meetings: bool,
pub upcoming_meeting_reminder: bool,
}
Fields§
§audio_type: String
User’s first name.
embed_password_in_join_link: bool
Enable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
force_pmi_jbh_password: bool
Enable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
host_video: bool
Enable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
join_before_host: bool
Enable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
mute_upon_entry: bool
Enable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
participant_video: bool
Enable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
pstn_password_protected: bool
Enable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
require_password_for_all_meetings: bool
Enable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
require_password_for_instant_meetings: bool
Enable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
require_password_for_pmi_meetings: Option<RequirePasswordPmiMeetings>
Require a password for a meeting held using Personal Meeting ID (PMI) This setting is always enabled for free accounts and Pro accounts with a single host and cannot be modified for these accounts.
require_password_for_scheduled_meetings: bool
Enable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
require_password_for_scheduling_new_meetings: bool
Enable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
upcoming_meeting_reminder: bool
Enable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
Trait Implementations§
Source§impl Clone for UpdateGroupSettingsRequestScheduleMeeting
impl Clone for UpdateGroupSettingsRequestScheduleMeeting
Source§fn clone(&self) -> UpdateGroupSettingsRequestScheduleMeeting
fn clone(&self) -> UpdateGroupSettingsRequestScheduleMeeting
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl<'de> Deserialize<'de> for UpdateGroupSettingsRequestScheduleMeeting
impl<'de> Deserialize<'de> for UpdateGroupSettingsRequestScheduleMeeting
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 UpdateGroupSettingsRequestScheduleMeeting
impl JsonSchema for UpdateGroupSettingsRequestScheduleMeeting
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 moreSource§impl PartialEq for UpdateGroupSettingsRequestScheduleMeeting
impl PartialEq for UpdateGroupSettingsRequestScheduleMeeting
Source§fn eq(&self, other: &UpdateGroupSettingsRequestScheduleMeeting) -> bool
fn eq(&self, other: &UpdateGroupSettingsRequestScheduleMeeting) -> bool
self
and other
values to be equal, and is used by ==
.