Struct zoom_api::types::ImGroupCreateRequest [−][src]
pub struct ImGroupCreateRequest {
pub name: String,
pub search_by_account: Option<bool>,
pub search_by_domain: Option<bool>,
pub search_by_ma_account: Option<bool>,
pub type_: Option<ImGroupCreateRequestType>,
}Fields
name: StringUser’s first name.
search_by_account: Option<bool>Enable/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: Option<bool>Enable/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: Option<bool>Enable/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.
type_: Option<ImGroupCreateRequestType>IM Group types:normal - Only members can see automatically see the other members of this group. Other people can search for members within this group. shared - Everyone under an account can see the group members automatically.restricted - Nobody can see the group or search for members except the members in the group.
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 ImGroupCreateRequest
impl Send for ImGroupCreateRequest
impl Sync for ImGroupCreateRequest
impl Unpin for ImGroupCreateRequest
impl UnwindSafe for ImGroupCreateRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more