Struct google_alertcenter1_beta1::AlertFeedback[][src]

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

A customer feedback about an alert.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Output only. A unique identifier for the feedback. When creating a new feedback the system will assign one.

Output only. The alert identifier.

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

Required. The type of the feedback.

Output only. The time this feedback was created. Assigned by the server.

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

Trait Implementations

impl Default for AlertFeedback
[src]

Returns the "default value" for a type. Read more

impl Clone for AlertFeedback
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AlertFeedback
[src]

Formats the value using the given formatter. Read more

impl RequestValue for AlertFeedback
[src]

impl ResponseResult for AlertFeedback
[src]

Auto Trait Implementations