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

User

import type { User } from "https://googleapis.deno.dev/v1/blogger:v3.ts";
interface User {
about?: string;
blogs?: {
selfLink?: string;
}
;
created?: string;
displayName?: string;
id?: string;
kind?: string;
locale?: {
country?: string;
language?: string;
variant?: string;
}
;
selfLink?: string;
url?: string;
}

§Properties

§
about?: string
[src]

Profile summary information.

§
blogs?: {
selfLink?: string;
}
[src]

The container of blogs for this user.

§
created?: string
[src]

The timestamp of when this profile was created, in seconds since epoch.

§
displayName?: string
[src]

The display name.

§
id?: string
[src]

The identifier for this User.

§
kind?: string
[src]

The kind of this entity. Always blogger#user.

§
locale?: {
country?: string;
language?: string;
variant?: string;
}
[src]

This user's locale

§
url?: string
[src]

The user's profile page.