Struct zoom_api::types::GetSharedLineGroupResponse [−][src]
pub struct GetSharedLineGroupResponse {
pub display_name: String,
pub extension_number: i64,
pub id: String,
pub members: Option<GetSharedLineGroupResponseMembers>,
pub phone_numbers: Vec<PhoneUserResponseNumbers>,
pub primary_number: String,
pub site: Option<GetSharedLineGroupResponseSite>,
pub status: Option<ReportUsersType>,
pub timezone: String,
}Fields
display_name: StringUser’s first name.
extension_number: i64Account seats.
id: StringUser’s first name.
members: Option<GetSharedLineGroupResponseMembers>View current members of the shared line group.
phone_numbers: Vec<PhoneUserResponseNumbers>primary_number: StringUser’s first name.
site: Option<GetSharedLineGroupResponseSite>Site assigned to the Shared Line Group.
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 RefUnwindSafe for GetSharedLineGroupResponse
impl Send for GetSharedLineGroupResponse
impl Sync for GetSharedLineGroupResponse
impl Unpin for GetSharedLineGroupResponse
impl UnwindSafe for GetSharedLineGroupResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more