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

ProjectsLocationsGlobalConnectivityTestsListOptions

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

Additional options for NetworkManagement#projectsLocationsGlobalConnectivityTestsList.

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

§Properties

§
filter?: string
[src]

Lists the ConnectivityTests that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form where operators: <, >, <=, >=, !=, =, : are supported (colon : represents a HAS operator which is roughly synonymous with equality). can refer to a proto or JSON field, or a synthetic field. Field names can be camelCase or snake_case. Examples: - Filter by name: name = "projects/proj-1/locations/global/connectivityTests/test-1 - Filter by labels: - Resources that have a key called foo labels.foo:* - Resources that have a key called foo whose value is bar labels.foo = bar

§
orderBy?: string
[src]

Field to use to sort the list.

§
pageSize?: number
[src]

Number of ConnectivityTests to return.

§
pageToken?: string
[src]

Page token from an earlier query, as returned in next_page_token.