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

FloodlightConfigurationsListResponse

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

Floodlight Configuration List Response

interface FloodlightConfigurationsListResponse {
floodlightConfigurations?: FloodlightConfiguration[];
kind?: string;
}

§Properties

§
floodlightConfigurations?: FloodlightConfiguration[]
[src]

Floodlight configuration collection.

§
kind?: string
[src]

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