#[non_exhaustive]pub struct UpdateCallAnalyticsCategoryOutput { /* private fields */ }Implementations§
source§impl UpdateCallAnalyticsCategoryOutput
impl UpdateCallAnalyticsCategoryOutput
sourcepub fn category_properties(&self) -> Option<&CategoryProperties>
pub fn category_properties(&self) -> Option<&CategoryProperties>
Provides you with the properties of the Call Analytics category you specified in your UpdateCallAnalyticsCategory request.
source§impl UpdateCallAnalyticsCategoryOutput
impl UpdateCallAnalyticsCategoryOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateCallAnalyticsCategoryOutput.
Trait Implementations§
source§impl Clone for UpdateCallAnalyticsCategoryOutput
impl Clone for UpdateCallAnalyticsCategoryOutput
source§fn clone(&self) -> UpdateCallAnalyticsCategoryOutput
fn clone(&self) -> UpdateCallAnalyticsCategoryOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<UpdateCallAnalyticsCategoryOutput> for UpdateCallAnalyticsCategoryOutput
impl PartialEq<UpdateCallAnalyticsCategoryOutput> for UpdateCallAnalyticsCategoryOutput
source§fn eq(&self, other: &UpdateCallAnalyticsCategoryOutput) -> bool
fn eq(&self, other: &UpdateCallAnalyticsCategoryOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.