Struct zoom_api::types::ImGroupCreateResponse [−][src]
pub struct ImGroupCreateResponse {
pub id: String,
pub name: String,
pub search_by_account: bool,
pub search_by_domain: bool,
pub search_by_ma_account: bool,
pub total_members: i64,
}Fields
id: StringUser’s first name.
name: StringUser’s first name.
search_by_account: boolEnable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
search_by_domain: boolEnable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
search_by_ma_account: boolEnable/disable the option for a sub account to use shared Virtual Room Connector(s) that are set up by the master account. Virtual Room Connectors can only be used by On-prem users.
total_members: 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 ImGroupCreateResponse
impl Send for ImGroupCreateResponse
impl Sync for ImGroupCreateResponse
impl Unpin for ImGroupCreateResponse
impl UnwindSafe for ImGroupCreateResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more