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

ListAlertFeedbackResponse

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

Response message for an alert feedback listing request.

interface ListAlertFeedbackResponse {
feedback?: AlertFeedback[];
}

§Properties

§
feedback?: AlertFeedback[]
[src]

The list of alert feedback. Feedback entries for each alert are ordered by creation time descending.