pub struct MeetingCreateSettingsLanguageInterpretation {
pub enable: bool,
pub interpreters: Vec<Interpreters>,
}Expand description
Language interpretation settings for meetings.
Note: This feature is only available on certain Webinar add-on, Education, Business and higher plans. If this feature is not enabled on the host’s account, this setting will not be applied for the meeting.
Fields
enable: boolLanguage interpretation settings for meetings.
**Note:** This feature is only available on certain Webinar add-on, Education, Business and higher plans. If this feature is not enabled on the host’s account, this setting will not be applied for the meeting.
interpreters: Vec<Interpreters>Language interpretation settings for meetings.
**Note:** This feature is only available on certain Webinar add-on, Education, Business and higher plans. If this feature is not enabled on the host’s account, this setting will not be applied for the meeting.
Trait Implementations
sourceimpl Clone for MeetingCreateSettingsLanguageInterpretation
impl Clone for MeetingCreateSettingsLanguageInterpretation
sourcefn clone(&self) -> MeetingCreateSettingsLanguageInterpretation
fn clone(&self) -> MeetingCreateSettingsLanguageInterpretation
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresourceimpl<'de> Deserialize<'de> for MeetingCreateSettingsLanguageInterpretation
impl<'de> Deserialize<'de> for MeetingCreateSettingsLanguageInterpretation
sourcefn 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>,
sourceimpl JsonSchema for MeetingCreateSettingsLanguageInterpretation
impl JsonSchema for MeetingCreateSettingsLanguageInterpretation
sourcefn schema_name() -> String
fn schema_name() -> String
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref keyword. Read more