Struct zoom_api::types::UpdateSharedLineGroupRequest [−][src]
pub struct UpdateSharedLineGroupRequest {
pub display_name: String,
pub extension_number: i64,
pub primary_number: Option<PrimaryNumber>,
pub status: Option<ReportUsersType>,
pub timezone: String,
}Fields
display_name: StringUser’s first name.
extension_number: i64Account seats.
primary_number: Option<PrimaryNumber>If you have multiple direct phone numbers assigned to the shared line group, select a number from those numbers as the primary number. The primary number shares the same line as the extension number. This means if a caller is routed to the shared line group through an auto receptionist, the line associated with the primary number will be used. A pending number cannot be used as a Primary Number.
status: Option<ReportUsersType>Active or inactive hosts.active - Active hosts. inactive - Inactive hosts.
timezone: StringUser’s first name.
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 UpdateSharedLineGroupRequest
impl Sync for UpdateSharedLineGroupRequest
impl Unpin for UpdateSharedLineGroupRequest
impl UnwindSafe for UpdateSharedLineGroupRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more