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

GoogleCloudOrgpolicyV2ListConstraintsResponse

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

The response returned from the ListConstraints method.

interface GoogleCloudOrgpolicyV2ListConstraintsResponse {
nextPageToken?: string;
}

§Properties

§

The collection of constraints that are available on the targeted resource.

§
nextPageToken?: string
[src]

Page token used to retrieve the next page. This is currently not used.