Resource: AlertFeedback
A customer feedback about an alert.
JSON representation |
---|
{
"customerId": string,
"alertId": string,
"feedbackId": string,
"createTime": string,
"type": enum ( |
Fields | |
---|---|
customerId |
Output only. The unique identifier of the Google Workspace account of the customer. |
alertId |
Output only. The alert identifier. |
feedbackId |
Output only. The unique identifier for the feedback. |
createTime |
Output only. The time this feedback was created. |
type |
Required. The type of the feedback. |
email |
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 |
|
---|---|
|
Creates new feedback for an alert. |
|
Lists all the feedback for an alert. |