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

ProjectsLocationsGlobalDomainsSqlIntegrationsListOptions

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

Additional options for Managedidentities#projectsLocationsGlobalDomainsSqlIntegrationsList.

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

§Properties

§
filter?: string
[src]

Optional. Filter specifying constraints of a list operation. For example, SqlIntegration.name="sql".

§
orderBy?: string
[src]

Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.

§
pageSize?: number
[src]

Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response'ANIZATIONs next_page_token to determine if there are more instances left to be queried.

§
pageToken?: string
[src]

Optional. The next_page_token value returned from a previous List request, if any.