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

Application

import type { Application } from "https://googleapis.deno.dev/v1/health:v4.ts";

Optional metadata for the application that provided this data.

interface Application {
readonly googleWebClientId?: string;
readonly packageName?: string;
readonly webClientId?: string;
}

§Properties

§
readonly googleWebClientId?: string
[src]

Output only. Captures the client ID of the entity that recorded the data.

§
readonly packageName?: string
[src]

Output only. A unique ID from an external data source. A unique identifier of the mobile application, e.g. com.google.fitbit

§
readonly webClientId?: string
[src]

Output only. Captures the client ID of the web application that recorded the data.