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

ListEntitlementsResponse

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

The response for Entitlement.List.

interface ListEntitlementsResponse {
entitlements?: Entitlement[];
nextPageToken?: string;
}

§Properties

§
entitlements?: Entitlement[]
[src]

The list of Entitlements

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.