Struct zoom_api::types::GetCommonAreaPhoneResponseProvisionSipAccounts [−][src]
pub struct GetCommonAreaPhoneResponseProvisionSipAccounts {
pub authorization_id: String,
pub outbound_proxy: String,
pub password: String,
pub secondary_outbound_proxy: String,
pub sip_domain: String,
pub user_name: String,
}Fields
User’s first name.
outbound_proxy: StringUser’s first name.
password: StringUser’s first name.
secondary_outbound_proxy: StringUser’s first name.
sip_domain: StringUser’s first name.
user_name: StringUser’s first name.
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
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more