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

ReconcileDataPointsResponse

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

Response containing the list of reconciled DataPoints.

interface ReconcileDataPointsResponse {
dataPoints?: ReconciledDataPoint[];
nextPageToken?: string;
}

§Properties

§

Data points matching the query

§
nextPageToken?: string
[src]

Next page token, empty if the response is complete