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

FloodlightActivitiesListResponse

import type { FloodlightActivitiesListResponse } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Floodlight Activity List Response

interface FloodlightActivitiesListResponse {
floodlightActivities?: FloodlightActivity[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
floodlightActivities?: FloodlightActivity[]
[src]

Floodlight activity collection.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightActivitiesListResponse".

§
nextPageToken?: string
[src]

Pagination token to be used for the next list operation.