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

ProjectsLocationsPluggableDatabasesListOptions

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

Additional options for Oracledatabase#projectsLocationsPluggableDatabasesList.

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

§Properties

§
filter?: string
[src]

Optional. An expression for filtering the results of the request. List for pluggable databases is supported only with a valid container database (full resource name) filter in this format: database="projects/{project}/locations/{location}/databases/{database}"

§
pageSize?: number
[src]

Optional. The maximum number of PluggableDatabases to return. The service may return fewer than this value.

§
pageToken?: string
[src]

Optional. A page token, received from a previous ListPluggableDatabases call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListPluggableDatabases must match the call that provided the page token.