Struct gapi_grpc::google::apps::alertcenter::v1beta1::AlertFeedback[][src]

pub struct AlertFeedback {
    pub customer_id: String,
    pub alert_id: String,
    pub feedback_id: String,
    pub create_time: Option<Timestamp>,
    pub type: i32,
    pub email: String,
}

A customer feedback about an alert.

Fields

customer_id: String

Output only. The unique identifier of the Google account of the customer.

alert_id: String

Output only. The alert identifier.

feedback_id: String

Output only. The unique identifier for the feedback.

create_time: Option<Timestamp>

Output only. The time this feedback was created.

type: i32

Required. The type of the feedback.

email: String

Output only. The email of the user that provided the feedback.

Implementations

impl AlertFeedback[src]

pub fn type(&self) -> AlertFeedbackType[src]

Returns the enum value of type, or the default if the field is set to an invalid enum value.

pub fn set_type(&mut self, value: AlertFeedbackType)[src]

Sets type to the provided enum value.

Trait Implementations

impl Clone for AlertFeedback[src]

impl Debug for AlertFeedback[src]

impl Default for AlertFeedback[src]

impl Message for AlertFeedback[src]

impl PartialEq<AlertFeedback> for AlertFeedback[src]

impl StructuralPartialEq for AlertFeedback[src]

Auto Trait Implementations

impl RefUnwindSafe for AlertFeedback

impl Send for AlertFeedback

impl Sync for AlertFeedback

impl Unpin for AlertFeedback

impl UnwindSafe for AlertFeedback

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]