Struct zoom_api::types::GetSiteResponse [−][src]
pub struct GetSiteResponse {
pub country: Option<Country>,
pub id: String,
pub main_auto_receptionist: Option<GetSiteResponseMainAutoReceptionist>,
pub name: String,
pub short_extension: Option<ShortExtension>,
pub site_code: i64,
}Fields
country: Option<Country>Site country
id: StringUser’s first name.
main_auto_receptionist: Option<GetSiteResponseMainAutoReceptionist>Main Auto Receptionist for each site.
name: StringUser’s first name.
short_extension: Option<ShortExtension>Short extension of the phone site.
site_code: i64Account seats.
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 GetSiteResponse
impl Send for GetSiteResponse
impl Sync for GetSiteResponse
impl Unpin for GetSiteResponse
impl UnwindSafe for GetSiteResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more