Struct zoom_api::types::Device [−][src]
pub struct Device {
pub encryption: Encryption,
pub ip: String,
pub name: String,
pub protocol: Protocol,
}Expand description
The H.323/SIP device object.
Fields
encryption: EncryptionDevice encryption:auto - auto.yes - yes.no - no.
ip: StringUser’s first name.
name: StringUser’s first name.
protocol: ProtocolDevice protocol:H.323 - H.323.SIP - SIP.
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 Device
impl UnwindSafe for Device
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more