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

ProjectsApprovalRequestsListOptions

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

Additional options for AccessApproval#projectsApprovalRequestsList.

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

§Properties

§
filter?: string
[src]

A filter on the type of approval requests to retrieve. Must be one of the following values: * [not set]: Requests that are pending or have active approvals. * ALL: All requests. * PENDING: Only pending requests. * ACTIVE: Only active (i.e. currently approved) requests. * DISMISSED: Only requests that have been dismissed, or requests that are not approved and past expiration. * EXPIRED: Only requests that have been approved, and the approval has expired. * HISTORY: Active, dismissed and expired requests.

§
pageSize?: number
[src]

Requested page size.

§
pageToken?: string
[src]

A token identifying the page of results to return.