REST Resource: alerts.feedback

Resource: AlertFeedback

A customer feedback about an alert.

JSON representation
{
  "customerId": string,
  "alertId": string,
  "feedbackId": string,
  "createTime": string,
  "type": enum (AlertFeedbackType),
  "email": string
}
Fields
customerId

string

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

alertId

string

Output only. The alert identifier.

feedbackId

string

Output only. The unique identifier for the feedback.

createTime

string (Timestamp format)

Output only. The time this feedback was created.

type

enum (AlertFeedbackType)

Required. The type of the feedback.

email

string

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

AlertFeedbackType

The type of alert feedback.

Enums
ALERT_FEEDBACK_TYPE_UNSPECIFIED The feedback type is not specified.
NOT_USEFUL The alert report is not useful.
SOMEWHAT_USEFUL The alert report is somewhat useful.
VERY_USEFUL The alert report is very useful.

Methods

create

Creates new feedback for an alert.

list

Lists all the feedback for an alert.