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

SendDiscoveryClientHeartbeatRequest

import type { SendDiscoveryClientHeartbeatRequest } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

A request to send a discovery client heartbeat.

interface SendDiscoveryClientHeartbeatRequest {
errors?: Status[];
version?: string;
}

§Properties

§
errors?: Status[]
[src]

Optional. Errors affecting client functionality.

§
version?: string
[src]

Optional. Client application version.