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

ServicesServiceLevelObjectivesGetOptions

import type { ServicesServiceLevelObjectivesGetOptions } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

Additional options for Monitoring#servicesServiceLevelObjectivesGet.

interface ServicesServiceLevelObjectivesGetOptions {
view?: "VIEW_UNSPECIFIED" | "FULL" | "EXPLICIT";
}

§Properties

§
view?: "VIEW_UNSPECIFIED" | "FULL" | "EXPLICIT"
[src]

View of the ServiceLevelObjective to return. If DEFAULT, return the ServiceLevelObjective as originally defined. If EXPLICIT and the ServiceLevelObjective is defined in terms of a BasicSli, replace the BasicSli with a RequestBasedSli spelling out how the SLI is computed.