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

ListOSPolicyAssignmentReportsResponse

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

A response message for listing OS Policy assignment reports including the page of results and page token.

interface ListOSPolicyAssignmentReportsResponse {
nextPageToken?: string;
osPolicyAssignmentReports?: OSPolicyAssignmentReport[];
}

§Properties

§
nextPageToken?: string
[src]

The pagination token to retrieve the next page of OS policy assignment report objects.

§
osPolicyAssignmentReports?: OSPolicyAssignmentReport[]
[src]

List of OS policy assignment reports.