Struct zoom_api::types::GetSharedLineGroupResponseMembers [−][src]
pub struct GetSharedLineGroupResponseMembers {
pub common_area_phones: Vec<Site>,
pub users: Vec<Site>,
}Expand description
View current members of the shared line group.
Fields
common_area_phones: Vec<Site>View current members of the shared line group.
users: Vec<Site>View current members of the shared line 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 Send for GetSharedLineGroupResponseMembers
impl Sync for GetSharedLineGroupResponseMembers
impl Unpin for GetSharedLineGroupResponseMembers
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more