REST Resource: alerts.feedback

Zasób: AlertFeedback

opinia klienta dotycząca alertu;

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 informacji o alertach.

Wartości w polu enum
ALERT_FEEDBACK_TYPE_UNSPECIFIED Nie podano typu opinii.
NOT_USEFUL Raport o alertach nie jest przydatny.
SOMEWHAT_USEFUL Raport o alertach jest w pewnym stopniu przydatny.
VERY_USEFUL Raport o ostrzeżeniach jest bardzo przydatny.

Metody

create

Tworzy nowe informacje zwrotne dotyczące alertu.

list

Wyświetla wszystkie opinie na temat alertu.