pub struct GetGroupSettingsResponseEmailNotification {
pub alternative_host_reminder: bool,
pub cancel_meeting_reminder: bool,
pub cloud_recording_available_reminder: bool,
pub jbh_reminder: bool,
pub schedule_for_host_reminder: bool,
}
Fields§
§alternative_host_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.
cancel_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.
cloud_recording_available_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.
jbh_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.
schedule_for_host_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 GetGroupSettingsResponseEmailNotification
impl Clone for GetGroupSettingsResponseEmailNotification
Source§fn clone(&self) -> GetGroupSettingsResponseEmailNotification
fn clone(&self) -> GetGroupSettingsResponseEmailNotification
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 GetGroupSettingsResponseEmailNotification
impl<'de> Deserialize<'de> for GetGroupSettingsResponseEmailNotification
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 GetGroupSettingsResponseEmailNotification
impl JsonSchema for GetGroupSettingsResponseEmailNotification
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 GetGroupSettingsResponseEmailNotification
impl PartialEq for GetGroupSettingsResponseEmailNotification
Source§fn eq(&self, other: &GetGroupSettingsResponseEmailNotification) -> bool
fn eq(&self, other: &GetGroupSettingsResponseEmailNotification) -> bool
self
and other
values to be equal, and is used by ==
.