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

InlineScopedRouteConfigs

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

§Properties

§
lastUpdated?: Date
[src]

The timestamp when the scoped route config set was last updated.

§
name?: string
[src]

The name assigned to the scoped route configurations.

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

The scoped route configurations.