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

BatchDeleteDataPointsRequest

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

Request to delete a batch of identifiable data points.

interface BatchDeleteDataPointsRequest {
names?: string[];
}

§Properties

§
names?: string[]
[src]

Required. The names of the DataPoints to delete. A maximum of 10000 data points can be deleted in a single request.