Struct zoom_api::types::Users [−][src]
pub struct Users {Show 19 fields
pub calls_receive: i64,
pub calls_send: i64,
pub email: String,
pub emoji_receive: i64,
pub emoji_send: i64,
pub files_receive: i64,
pub files_send: i64,
pub group_receive: i64,
pub group_send: i64,
pub images_receive: i64,
pub images_send: i64,
pub total_receive: i64,
pub total_send: i64,
pub user_id: String,
pub user_name: String,
pub videos_receive: i64,
pub videos_send: i64,
pub voice_receive: i64,
pub voice_send: i64,
}Fields
calls_receive: i64Account seats.
calls_send: i64Account seats.
email: StringUser’s first name.
emoji_receive: i64Account seats.
emoji_send: i64Account seats.
files_receive: i64Account seats.
files_send: i64Account seats.
group_receive: i64Account seats.
group_send: i64Account seats.
images_receive: i64Account seats.
images_send: i64Account seats.
total_receive: i64Account seats.
total_send: i64Account seats.
user_id: StringUser’s first name.
user_name: StringUser’s first name.
videos_receive: i64Account seats.
videos_send: i64Account seats.
voice_receive: i64Account seats.
voice_send: i64Account seats.
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 Users
impl UnwindSafe for Users
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more