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

ListVulnerabilityReportsResponse

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

A response message for listing vulnerability reports for all VM instances in the specified location.

interface ListVulnerabilityReportsResponse {
nextPageToken?: string;
vulnerabilityReports?: VulnerabilityReport[];
}

§Properties

§
nextPageToken?: string
[src]

The pagination token to retrieve the next page of vulnerabilityReports object.

§
vulnerabilityReports?: VulnerabilityReport[]
[src]

List of vulnerabilityReport objects.