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

QueryDomainStatsResponse

import type { QueryDomainStatsResponse } from "https://googleapis.deno.dev/v1/gmailpostmastertools:v2.ts";

Response message for QueryDomainStats.

interface QueryDomainStatsResponse {
domainStats?: DomainStat[];
nextPageToken?: string;
}

§Properties

§
domainStats?: DomainStat[]
[src]

The list of domain statistics. Each DomainStat object contains the value for a metric requested in the QueryDomainStatsRequest.

§
nextPageToken?: string
[src]

Token to retrieve the next page of results, or empty if there are no more results in the list.