Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AlertFeedback

import type { AlertFeedback } from "https://googleapis.deno.dev/v1/alertcenter:v1beta1.ts";

A customer feedback about an alert.

interface AlertFeedback {
alertId?: string;
createTime?: Date;
customerId?: string;
email?: string;
feedbackId?: string;
type?:
| "ALERT_FEEDBACK_TYPE_UNSPECIFIED"
| "NOT_USEFUL"
| "SOMEWHAT_USEFUL"
| "VERY_USEFUL";
}

§Properties

§
alertId?: string
[src]

Output only. The alert identifier.

§
createTime?: Date
[src]

Output only. The time this feedback was created.

§
customerId?: string
[src]

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

§
email?: string
[src]

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

§
feedbackId?: string
[src]

Output only. The unique identifier for the feedback.

§
type?: "ALERT_FEEDBACK_TYPE_UNSPECIFIED" | "NOT_USEFUL" | "SOMEWHAT_USEFUL" | "VERY_USEFUL"
[src]

Required. The type of the feedback.