Struct zoom_api::types::DialInNumbers [−][src]
pub struct DialInNumbers {
pub code: String,
pub country_label: String,
pub number: String,
pub type_: Option<TspAccountsListDialInNumbersType>,
}Fields
code: StringUser’s first name.
country_label: StringUser’s first name.
number: StringUser’s first name.
type_: Option<TspAccountsListDialInNumbersType>Dial-in number types:toll - Toll number.tollfree -Toll free number.
media_link - Media link.
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 DialInNumbers
impl Send for DialInNumbers
impl Sync for DialInNumbers
impl Unpin for DialInNumbers
impl UnwindSafe for DialInNumbers
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more