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[];
}import type { BatchDeleteDataPointsRequest } from "https://googleapis.deno.dev/v1/health:v4.ts";Request to delete a batch of identifiable data points.