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

ListDataPointsResponse

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

Response containing raw data points matching the query

interface ListDataPointsResponse {
dataPoints?: DataPoint[];
nextPageToken?: string;
}

§Properties

§
dataPoints?: DataPoint[]
[src]

Data points matching the query

§
nextPageToken?: string
[src]

Next page token, empty if the response is complete