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

ListAssignedLocationsResponse

import type { ListAssignedLocationsResponse } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Response message for AssignedLocationService.ListAssignedLocations.

interface ListAssignedLocationsResponse {
assignedLocations?: AssignedLocation[];
nextPageToken?: string;
}

§Properties

§
assignedLocations?: AssignedLocation[]
[src]

The list of assigned locations. This list will be absent if empty.

§
nextPageToken?: string
[src]

A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to ListAssignedLocations method to retrieve the next page of results.