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

ProjectsLocationsOsPolicyAssignmentsListOptions

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

Additional options for OSConfig#projectsLocationsOsPolicyAssignmentsList.

interface ProjectsLocationsOsPolicyAssignmentsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of assignments to return.

§
pageToken?: string
[src]

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