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

LookupDiscoveredServiceResponse

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

Response for LookupDiscoveredService.

interface LookupDiscoveredServiceResponse {
discoveredService?: DiscoveredService;
}

§Properties

§
discoveredService?: DiscoveredService
[src]

Discovered Service if exists, empty otherwise.