Struct zoom_api::types::GetDeviceResponseAssignee [−][src]
pub struct GetDeviceResponseAssignee {
pub extension_number: i64,
pub id: String,
pub name: String,
}Expand description
User to whom the device has been assigned.
Fields
extension_number: i64User to whom the device has been assigned.
id: StringUser to whom the device has been assigned.
name: StringUser to whom the device has been assigned.
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 GetDeviceResponseAssignee
impl Send for GetDeviceResponseAssignee
impl Sync for GetDeviceResponseAssignee
impl Unpin for GetDeviceResponseAssignee
impl UnwindSafe for GetDeviceResponseAssignee
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more