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

GoogleDevicesandservicesHealthV4DataType

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

Represents a type of health data a user can have data points recorded for. It matches the parent resource of collection containing data points of the given type. Clients currently do not need to interact with this resource directly.

interface GoogleDevicesandservicesHealthV4DataType {
name?: string;
}

§Properties

§
name?: string
[src]

Identifier. The resource name of the data type. Format: users/{user}/dataTypes/{data_type} See DataPoint.name for examples and possible values.