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

GoogleCloudChannelV1ListEntitlementsResponse

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

Response message for CloudChannelService.ListEntitlements.

interface GoogleCloudChannelV1ListEntitlementsResponse {
nextPageToken?: string;
}

§Properties

§

The reseller customer's entitlements.

§
nextPageToken?: string
[src]

A token to list the next page of results. Pass to ListEntitlementsRequest.page_token to obtain that page.