Struct zoom_api::types::PhoneUserResponse [−][src]
pub struct PhoneUserResponse {
pub calling_plan: Vec<CallingPlan>,
pub email: String,
pub extension_number: i64,
pub id: String,
pub phone_numbers: Vec<PhoneUserResponseNumbers>,
pub phone_user_id: String,
pub policy: Option<Policy>,
pub site_admin: bool,
pub site_id: String,
pub status: Option<UserStatusRequestAction>,
}Expand description
Zoom User Profile
Fields
calling_plan: Vec<CallingPlan>Zoom User Profile
email: StringZoom User Profile
extension_number: i64Zoom User Profile
id: StringZoom User Profile
phone_numbers: Vec<PhoneUserResponseNumbers>Zoom User Profile
phone_user_id: StringZoom User Profile
policy: Option<Policy>Zoom User Profile
site_admin: boolZoom User Profile
site_id: StringZoom User Profile
status: Option<UserStatusRequestAction>Zoom User Profile
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 PhoneUserResponse
impl Send for PhoneUserResponse
impl Sync for PhoneUserResponse
impl Unpin for PhoneUserResponse
impl UnwindSafe for PhoneUserResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more