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

BatchQueryDomainStatsResult

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

Represents the result of a single QueryDomainStatsRequest within a batch.

interface BatchQueryDomainStatsResult {
error?: Status;
}

§Properties

§
error?: Status
[src]

The error status if the individual query failed.

§

The successful response for the individual query.