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

PlacementGroupsListResponse

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

Placement Group List Response

interface PlacementGroupsListResponse {
kind?: string;
nextPageToken?: string;
placementGroups?: PlacementGroup[];
}

§Properties

§
kind?: string
[src]

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

§
nextPageToken?: string
[src]

Pagination token to be used for the next list operation.

§
placementGroups?: PlacementGroup[]
[src]

Placement group collection.