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

ListAccessLevelsResponse

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

A response to ListAccessLevelsRequest.

interface ListAccessLevelsResponse {
accessLevels?: AccessLevel[];
nextPageToken?: string;
}

§Properties

§
accessLevels?: AccessLevel[]
[src]

List of the Access Level instances.

§
nextPageToken?: string
[src]

The pagination token to retrieve the next page of results. If the value is empty, no further results remain.