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

Account

import type { Account } from "https://googleapis.deno.dev/v1/adsensehost:v4.1.ts";
interface Account {
id?: string;
kind?: string;
name?: string;
status?: string;
}

§Properties

§
id?: string
[src]

Unique identifier of this account.

§
kind?: string
[src]

Kind of resource this is, in this case adsensehost#account.

§
name?: string
[src]

Name of this account.

§
status?: string
[src]

Approval status of this account. One of: PENDING, APPROVED, DISABLED.