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

CreativeGroupsListResponse

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

Creative Group List Response

interface CreativeGroupsListResponse {
creativeGroups?: CreativeGroup[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
creativeGroups?: CreativeGroup[]
[src]

Creative group collection.

§
kind?: string
[src]

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

§
nextPageToken?: string
[src]

Pagination token to be used for the next list operation.