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

ListReportsResponse

import type { ListReportsResponse } from "https://googleapis.deno.dev/v1/securityposture:v1.ts";

Response message for ListReports.

interface ListReportsResponse {
nextPageToken?: string;
reports?: Report[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

A pagination token. To retrieve the next page of results, call the method again with this token.

§
reports?: Report[]
[src]

The list of Report resources.

§
unreachable?: string[]
[src]

Locations that were temporarily unavailable and could not be reached.