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

RegionsListResponse

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

Region List Response

interface RegionsListResponse {
kind?: string;
regions?: Region[];
}

§Properties

§
kind?: string
[src]

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

§
regions?: Region[]
[src]

Region collection.