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

LicenseAssignmentsListForProductOptions

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

Additional options for licensing#licenseAssignmentsListForProduct.

interface LicenseAssignmentsListForProductOptions {
customerId: string;
maxResults?: number;
pageToken?: string;
}

§Properties

§
customerId: string
[src]

The customer's unique ID as defined in the Admin console, such as C00000000. If the customer is suspended, the server returns an error.

§
maxResults?: number
[src]

The maxResults query string determines how many entries are returned on each page of a large response. This is an optional parameter. The value must be a positive number.

§
pageToken?: string
[src]

Token to fetch the next page of data. The maxResults query string is related to the pageToken since maxResults determines how many entries are returned on each page. This is an optional query string. If not specified, the server returns the first page.