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

Pageviews

import type { Pageviews } from "https://googleapis.deno.dev/v1/blogger:v3.ts";
interface Pageviews {
blogId?: string;
counts?: {
count?: bigint;
timeRange?: "ALL_TIME" | "THIRTY_DAYS" | "SEVEN_DAYS";
}
[]
;
kind?: string;
}

§Properties

§
blogId?: string
[src]

Blog Id.

§
counts?: {
count?: bigint;
timeRange?: "ALL_TIME" | "THIRTY_DAYS" | "SEVEN_DAYS";
}
[]
[src]

The container of posts in this blog.

§
kind?: string
[src]

The kind of this entry. Always blogger#page_views.