TrafficSet
import type { TrafficSet } from "https://googleapis.deno.dev/v1/firebaseapphosting:v1.ts";
A list of traffic splits that together represent where traffic is being routed.
interface TrafficSet {
splits?: TrafficSplit[];
}§Properties
§
splits?: TrafficSplit[]
[src]Required. The list of traffic splits.