Struct zoom_api::types::Callee [−][src]
pub struct Callee {
pub codec: String,
pub device_private_ip: String,
pub device_public_ip: String,
pub device_type: String,
pub extension_number: String,
pub headset: String,
pub isp: String,
pub microphone: String,
pub phone_number: String,
pub site_id: String,
}Expand description
Callee object contains information of the callee.
Fields
codec: StringCallee object contains information of the callee.
device_private_ip: StringCallee object contains information of the callee.
device_public_ip: StringCallee object contains information of the callee.
device_type: StringCallee object contains information of the callee.
extension_number: StringCallee object contains information of the callee.
headset: StringCallee object contains information of the callee.
isp: StringCallee object contains information of the callee.
microphone: StringCallee object contains information of the callee.
phone_number: StringCallee object contains information of the callee.
site_id: StringCallee object contains information of the callee.
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 Callee
impl UnwindSafe for Callee
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more