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

ProjectsLocationsServicesBackupsListOptions

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

Additional options for Metastore#projectsLocationsServicesBackupsList.

interface ProjectsLocationsServicesBackupsListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. The filter to apply to list results.

§
orderBy?: string
[src]

Optional. Specify the ordering of results as described in Sorting Order (https://cloud.google.com/apis/design/design_patterns#sorting_order). If not specified, the results will be sorted in the default order.

§
pageSize?: number
[src]

Optional. The maximum number of backups to return. The response may contain less than the maximum number. If unspecified, no more than 500 backups are returned. The maximum value is 1000; values above 1000 are changed to 1000.

§
pageToken?: string
[src]

Optional. A page token, received from a previous DataprocMetastore.ListBackups call. Provide this token to retrieve the subsequent page.To retrieve the first page, supply an empty page token.When paginating, other parameters provided to DataprocMetastore.ListBackups must match the call that provided the page token.