Struct zoom_api::types::ConnectOperator [−][src]
pub struct ConnectOperator {
pub enable: bool,
pub id: String,
pub type_: Option<GetSettingTemplateResponseUserSettingsCallHandlingBusinessHoursConnectOperatorType>,
}Expand description
Allow callers to press Zero to reach an operator or press One to leave a message, or allow neither of these options.
Fields
enable: boolAllow callers to press Zero to reach an operator or press One to leave a message, or allow neither of these options.
id: StringAllow callers to press Zero to reach an operator or press One to leave a message, or allow neither of these options.
type_: Option<GetSettingTemplateResponseUserSettingsCallHandlingBusinessHoursConnectOperatorType>Allow callers to press Zero to reach an operator or press One to leave a message, or allow neither of these options.
Trait Implementations
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>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ConnectOperator
impl Send for ConnectOperator
impl Sync for ConnectOperator
impl Unpin for ConnectOperator
impl UnwindSafe for ConnectOperator
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more