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

FloodlightActivityGroupsListResponse

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

Floodlight Activity Group List Response

interface FloodlightActivityGroupsListResponse {
floodlightActivityGroups?: FloodlightActivityGroup[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
floodlightActivityGroups?: FloodlightActivityGroup[]
[src]

Floodlight activity group collection.

§
kind?: string
[src]

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

§
nextPageToken?: string
[src]

Pagination token to be used for the next list operation.