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

ProjectsLocationsVolumesListOptions

import type { ProjectsLocationsVolumesListOptions } from "https://googleapis.deno.dev/v1/baremetalsolution:v2.ts";

Additional options for BareMetalSolution#projectsLocationsVolumesList.

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

§Properties

§
filter?: string
[src]

List filter.

§
pageSize?: number
[src]

Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default.

§
pageToken?: string
[src]

A token identifying a page of results from the server.