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/cloudcommerceprocurement:v1.ts";

Response message for PartnerProcurementService.ListEntitlements.

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

§Properties

§
entitlements?: Entitlement[]
[src]

The list of entitlements in this response.

§
nextPageToken?: string
[src]

The token for fetching the next page.