Struct gapi_grpc::google::cloud::contactcenterinsights::v1::ExportInsightsDataMetadata[][src]

pub struct ExportInsightsDataMetadata {
    pub create_time: Option<Timestamp>,
    pub end_time: Option<Timestamp>,
    pub request: Option<ExportInsightsDataRequest>,
    pub partial_errors: Vec<Status>,
}

Metadata for an export insights operation.

Fields

create_time: Option<Timestamp>

Output only. The time the operation was created.

end_time: Option<Timestamp>

Output only. The time the operation finished running.

request: Option<ExportInsightsDataRequest>

The original request for export.

partial_errors: Vec<Status>

Partial errors during export operation that might cause the operation output to be incomplete.

Trait Implementations

impl Clone for ExportInsightsDataMetadata[src]

impl Debug for ExportInsightsDataMetadata[src]

impl Default for ExportInsightsDataMetadata[src]

impl Message for ExportInsightsDataMetadata[src]

impl PartialEq<ExportInsightsDataMetadata> for ExportInsightsDataMetadata[src]

impl StructuralPartialEq for ExportInsightsDataMetadata[src]

Auto Trait Implementations

impl RefUnwindSafe for ExportInsightsDataMetadata

impl Send for ExportInsightsDataMetadata

impl Sync for ExportInsightsDataMetadata

impl Unpin for ExportInsightsDataMetadata

impl UnwindSafe for ExportInsightsDataMetadata

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]