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

ProjectsListResponse

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

Project List Response

interface ProjectsListResponse {
kind?: string;
nextPageToken?: string;
projects?: Project[];
}

§Properties

§
kind?: string
[src]

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

§
nextPageToken?: string
[src]

Pagination token to be used for the next list operation.

§
projects?: Project[]
[src]

Project collection.