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

ListServicePerimetersResponse

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

A response to ListServicePerimetersRequest.

interface ListServicePerimetersResponse {
nextPageToken?: string;
servicePerimeters?: ServicePerimeter[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
servicePerimeters?: ServicePerimeter[]
[src]

List of the Service Perimeter instances.