Struct zoom_api::types::AddMembersSharedLineGroupRequest [−][src]
pub struct AddMembersSharedLineGroupRequest {
pub common_area_phone_ids: Vec<String>,
pub users: Vec<Assistants>,
}Expand description
Members can comprise of users on the account as well as common area phones. You can add a maximum of 10 members at once.
Fields
common_area_phone_ids: Vec<String>Members can comprise of users on the account as well as common area phones. You can add a maximum of 10 members at once.
users: Vec<Assistants>Members can comprise of users on the account as well as common area phones. You can add a maximum of 10 members at once.
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 Send for AddMembersSharedLineGroupRequest
impl Sync for AddMembersSharedLineGroupRequest
impl Unpin for AddMembersSharedLineGroupRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more