Struct zoom_api::types::SharedLine [−][src]
pub struct SharedLine {
pub alias: String,
pub line_subscription: Option<LineSubscription>,
pub outbound_caller_id: String,
}Expand description
Return additional provisioning information with generic device SIP credentials.
Fields
alias: StringReturn additional provisioning information with generic device SIP credentials.
line_subscription: Option<LineSubscription>Return additional provisioning information with generic device SIP credentials.
outbound_caller_id: StringReturn additional provisioning information with generic device SIP credentials.
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 SharedLine
impl Send for SharedLine
impl Sync for SharedLine
impl Unpin for SharedLine
impl UnwindSafe for SharedLine
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more