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

ProjectsLocationsCloudVmClustersListOptions

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

Additional options for Oracledatabase#projectsLocationsCloudVmClustersList.

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

§Properties

§
filter?: string
[src]

Optional. An expression for filtering the results of the request.

§
pageSize?: number
[src]

Optional. The number of VM clusters to return. If unspecified, at most 50 VM clusters will be returned. The maximum value is 1,000.

§
pageToken?: string
[src]

Optional. A token identifying the page of results the server returns.