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

ProjectsLocationsConnectionsEntityTypesListOptions

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

Additional options for Connectors#projectsLocationsConnectionsEntityTypesList.

interface ProjectsLocationsConnectionsEntityTypesListOptions {
pageSize?: number;
pageToken?: string;
view?: "ENTITY_TYPE_VIEW_UNSPECIFIED" | "ENTITY_TYPE_VIEW_BASIC" | "ENTITY_TYPE_VIEW_FULL";
}

§Properties

§
pageSize?: number
[src]

Number of entity types to return. Defaults to 25.

§
pageToken?: string
[src]

Page token, return from a previous ListEntityTypes call, that can be used retrieve the next page of content. If unspecified, the request returns the first page of entity types.

§
view?: "ENTITY_TYPE_VIEW_UNSPECIFIED" | "ENTITY_TYPE_VIEW_BASIC" | "ENTITY_TYPE_VIEW_FULL"
[src]

Specifies which fields of the Entity Type are returned in the response.