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

StatisticValue

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

The actual value of a statistic.

interface StatisticValue {
doubleValue?: number;
floatValue?: number;
intValue?: bigint;
stringList?: StringList;
stringValue?: string;
}

§Properties

§
doubleValue?: number
[src]

Double value.

§
floatValue?: number
[src]

Float value.

§
intValue?: bigint
[src]

Integer value.

§
stringList?: StringList
[src]

List of string values.

§
stringValue?: string
[src]

String value.