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

ProjectsLocationsSearchAssignmentsOptions

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

Additional options for BigQueryReservation#projectsLocationsSearchAssignments.

interface ProjectsLocationsSearchAssignmentsOptions {
pageSize?: number;
pageToken?: string;
query?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of items to return per page.

§
pageToken?: string
[src]

The next_page_token value returned from a previous List request, if any.

§
query?: string
[src]

Please specify resource name as assignee in the query. Examples: * assignee=projects/myproject * assignee=folders/123 * assignee=organizations/456