Struct zoom_api::types::ForwardedBy [−][src]
pub struct ForwardedBy {
pub extension_number: String,
pub extension_type: Option<PhoneUserCallLogsResponseForwardedByExtensionType>,
pub location: String,
pub name: String,
pub number_type: String,
pub phone_number: String,
}Expand description
Indicates where the call was forwarded from.
Fields
extension_number: StringIndicates where the call was forwarded from.
extension_type: Option<PhoneUserCallLogsResponseForwardedByExtensionType>Indicates where the call was forwarded from.
location: StringIndicates where the call was forwarded from.
name: StringIndicates where the call was forwarded from.
number_type: StringIndicates where the call was forwarded from.
phone_number: StringIndicates where the call was forwarded from.
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 ForwardedBy
impl Send for ForwardedBy
impl Sync for ForwardedBy
impl Unpin for ForwardedBy
impl UnwindSafe for ForwardedBy
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more