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

LicenseAssignmentList

import type { LicenseAssignmentList } from "https://googleapis.deno.dev/v1/licensing:v1.ts";
interface LicenseAssignmentList {
etag?: string;
kind?: string;
nextPageToken?: string;
}

§Properties

§
etag?: string
[src]

ETag of the resource.

§

The LicenseAssignments in this page of results.

§
kind?: string
[src]

Identifies the resource as a collection of LicenseAssignments.

§
nextPageToken?: string
[src]

The token that you must submit in a subsequent request to retrieve additional license results matching your query parameters. The maxResults query string is related to the nextPageToken since maxResults determines how many entries are returned on each next page.