Struct zoom_api::types::GetGroupSettingsResponse [−][src]
pub struct GetGroupSettingsResponse {
pub email_notification: Option<GetGroupSettingsResponseEmailNotification>,
pub in_meeting: Option<GetGroupSettingsResponseInMeeting>,
pub profile: Option<Profile>,
pub recording: Option<GetGroupSettingsResponseRecording>,
pub schedule_meeting: Option<GetGroupSettingsResponseScheduleMeeting>,
pub telephony: Option<GetGroupSettingsResponseTelephony>,
}Fields
email_notification: Option<GetGroupSettingsResponseEmailNotification>in_meeting: Option<GetGroupSettingsResponseInMeeting>profile: Option<Profile>recording: Option<GetGroupSettingsResponseRecording>schedule_meeting: Option<GetGroupSettingsResponseScheduleMeeting>telephony: Option<GetGroupSettingsResponseTelephony>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 GetGroupSettingsResponse
impl Send for GetGroupSettingsResponse
impl Sync for GetGroupSettingsResponse
impl Unpin for GetGroupSettingsResponse
impl UnwindSafe for GetGroupSettingsResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more