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

Accounts

import type { Accounts } from "https://googleapis.deno.dev/v1/adsensehost:v4.1.ts";
interface Accounts {
etag?: string;
items?: Account[];
kind?: string;
}

§Properties

§
etag?: string
[src]

ETag of this response for caching purposes.

§
items?: Account[]
[src]

The accounts returned in this list response.

§
kind?: string
[src]

Kind of list this is, in this case adsensehost#accounts.