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

GoogleAnalyticsAdminV1betaNumericValue

import type { GoogleAnalyticsAdminV1betaNumericValue } from "https://googleapis.deno.dev/v1/analyticsadmin:v1beta.ts";

To represent a number.

interface GoogleAnalyticsAdminV1betaNumericValue {
doubleValue?: number;
int64Value?: bigint;
}

§Properties

§
doubleValue?: number
[src]

Double value

§
int64Value?: bigint
[src]

Integer value