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

DynamicListenerState

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

§Properties

§
lastUpdated?: Date
[src]

The timestamp when the Listener was last successfully updated.

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

The listener config.

§
versionInfo?: string
[src]

This is the per-resource version information. This version is currently taken from the :ref:version_info field at the time that the listener was loaded. In the future, discrete per-listener versions may be supported by the API.