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

StaticEndpointConfig

import type { StaticEndpointConfig } from "https://googleapis.deno.dev/v1/trafficdirector:v3.ts";
interface StaticEndpointConfig {
endpointConfig?: {
[key: string]: any;
}
;
lastUpdated?: Date;
}

§Properties

§
endpointConfig?: {
[key: string]: any;
}
[src]

The endpoint config.

§
lastUpdated?: Date
[src]

[#not-implemented-hide:] The timestamp when the Endpoint was last updated.