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

pub struct Issue {
    pub name: String,
    pub display_name: String,
    pub create_time: Option<Timestamp>,
    pub update_time: Option<Timestamp>,
}

The issue resource.

Fields

name: String

Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}

display_name: String

The representative name for the issue.

create_time: Option<Timestamp>

Output only. The time at which this issue was created.

update_time: Option<Timestamp>

Output only. The most recent time that this issue was updated.

Trait Implementations

impl Clone for Issue[src]

impl Debug for Issue[src]

impl Default for Issue[src]

impl Message for Issue[src]

impl PartialEq<Issue> for Issue[src]

impl StructuralPartialEq for Issue[src]

Auto Trait Implementations

impl RefUnwindSafe for Issue

impl Send for Issue

impl Sync for Issue

impl Unpin for Issue

impl UnwindSafe for Issue

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]