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

ListFloodlightActivitiesResponse

import type { ListFloodlightActivitiesResponse } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";
interface ListFloodlightActivitiesResponse {
floodlightActivities?: FloodlightActivity[];
nextPageToken?: string;
}

§Properties

§
floodlightActivities?: FloodlightActivity[]
[src]

The list of Floodlight activities. 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 ListFloodlightActivities method to retrieve the next page of results.