Struct zoom_api::types::UserUpdate
source · pub struct UserUpdate {Show 20 fields
pub cms_user_id: String,
pub company: String,
pub custom_attributes: Option<CustomAttributes>,
pub dept: String,
pub first_name: String,
pub group_id: String,
pub host_key: String,
pub job_title: String,
pub language: String,
pub last_name: String,
pub location: String,
pub manager: String,
pub phone_country: String,
pub phone_number: String,
pub phone_numbers: Option<PhoneNumbers>,
pub pmi: i64,
pub timezone: String,
pub type_: i64,
pub use_pmi: bool,
pub vanity_name: String,
}
Expand description
The user update object represents a user on Zoom.
Fields§
§cms_user_id: String
The user update object represents a user on Zoom.
company: String
The user update object represents a user on Zoom.
custom_attributes: Option<CustomAttributes>
The user update object represents a user on Zoom.
dept: String
The user update object represents a user on Zoom.
first_name: String
The user update object represents a user on Zoom.
group_id: String
The user update object represents a user on Zoom.
host_key: String
The user update object represents a user on Zoom.
job_title: String
The user update object represents a user on Zoom.
language: String
The user update object represents a user on Zoom.
last_name: String
The user update object represents a user on Zoom.
location: String
The user update object represents a user on Zoom.
manager: String
The user update object represents a user on Zoom.
phone_country: String
The user update object represents a user on Zoom.
phone_number: String
The user update object represents a user on Zoom.
phone_numbers: Option<PhoneNumbers>
The user update object represents a user on Zoom.
pmi: i64
The user update object represents a user on Zoom.
timezone: String
The user update object represents a user on Zoom.
type_: i64
The user update object represents a user on Zoom.
use_pmi: bool
The user update object represents a user on Zoom.
vanity_name: String
The user update object represents a user on Zoom.
Trait Implementations§
source§impl Clone for UserUpdate
impl Clone for UserUpdate
source§fn clone(&self) -> UserUpdate
fn clone(&self) -> UserUpdate
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UserUpdate
impl Debug for UserUpdate
source§impl<'de> Deserialize<'de> for UserUpdate
impl<'de> Deserialize<'de> for UserUpdate
source§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>,
source§impl JsonSchema for UserUpdate
impl JsonSchema for UserUpdate
source§fn schema_name() -> String
fn schema_name() -> String
source§fn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref
keyword. Read moresource§impl PartialEq<UserUpdate> for UserUpdate
impl PartialEq<UserUpdate> for UserUpdate
source§fn eq(&self, other: &UserUpdate) -> bool
fn eq(&self, other: &UserUpdate) -> bool
self
and other
values to be equal, and is used
by ==
.