#[non_exhaustive]pub struct GetCallAnalyticsJobOutput { /* private fields */ }Implementations§
source§impl GetCallAnalyticsJobOutput
impl GetCallAnalyticsJobOutput
sourcepub fn call_analytics_job(&self) -> Option<&CallAnalyticsJob>
pub fn call_analytics_job(&self) -> Option<&CallAnalyticsJob>
Provides detailed information about the specified Call Analytics job, including job status and, if applicable, failure reason.
source§impl GetCallAnalyticsJobOutput
impl GetCallAnalyticsJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCallAnalyticsJobOutput.
Trait Implementations§
source§impl Clone for GetCallAnalyticsJobOutput
impl Clone for GetCallAnalyticsJobOutput
source§fn clone(&self) -> GetCallAnalyticsJobOutput
fn clone(&self) -> GetCallAnalyticsJobOutput
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 Debug for GetCallAnalyticsJobOutput
impl Debug for GetCallAnalyticsJobOutput
source§impl PartialEq<GetCallAnalyticsJobOutput> for GetCallAnalyticsJobOutput
impl PartialEq<GetCallAnalyticsJobOutput> for GetCallAnalyticsJobOutput
source§fn eq(&self, other: &GetCallAnalyticsJobOutput) -> bool
fn eq(&self, other: &GetCallAnalyticsJobOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.