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

ProjectsLocationsInstancesOsPolicyAssignmentsReportsListOptions

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

Additional options for OSConfig#projectsLocationsInstancesOsPolicyAssignmentsReportsList.

interface ProjectsLocationsInstancesOsPolicyAssignmentsReportsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

If provided, this field specifies the criteria that must be met by the OSPolicyAssignmentReport API resource that is included in the response.

§
pageSize?: number
[src]

The maximum number of results to return.

§
pageToken?: string
[src]

A pagination token returned from a previous call to the ListOSPolicyAssignmentReports method that indicates where this listing should continue from.