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

ListAssignmentsResponse

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

The response for ReservationService.ListAssignments.

interface ListAssignmentsResponse {
assignments?: Assignment[];
nextPageToken?: string;
}

§Properties

§
assignments?: Assignment[]
[src]

List of assignments visible to the user.

§
nextPageToken?: string
[src]

Token to retrieve the next page of results, or empty if there are no more results in the list.