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

DirectorySitesListResponse

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

Directory Site List Response

interface DirectorySitesListResponse {
directorySites?: DirectorySite[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
directorySites?: DirectorySite[]
[src]

Directory site collection.

§
kind?: string
[src]

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

§
nextPageToken?: string
[src]

Pagination token to be used for the next list operation.