REST Resource: alerts.feedback

Zasób: AlertFeedback

Opinia klienta o alercie.

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

string

Tylko dane wyjściowe. Unikalny identyfikator konta Google Workspace klienta.

alertId

string

Tylko dane wyjściowe. Identyfikator alertu.

feedbackId

string

Tylko dane wyjściowe. Unikalny identyfikator opinii.

createTime

string (Timestamp format)

Tylko dane wyjściowe. Czas utworzenia tej opinii.

type

enum (AlertFeedbackType)

Wymagane. Typ opinii.

email

string

Tylko dane wyjściowe. Adres e-mail użytkownika, który przesłał opinię.

AlertFeedbackType

Typ opinii na temat alertu.

Wartości w polu enum
ALERT_FEEDBACK_TYPE_UNSPECIFIED Nie określono typu opinii.
NOT_USEFUL Raport o alertach nie jest przydatny.
SOMEWHAT_USEFUL Raport o alertach jest trochę przydatny.
VERY_USEFUL Raport o alertach jest bardzo przydatny.

Metody

create

Tworzy nową opinię o alercie.

list

Zawiera wszystkie opinie na temat alertu.