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

ServicesServiceLevelObjectivesListOptions

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

Additional options for Monitoring#servicesServiceLevelObjectivesList.

interface ServicesServiceLevelObjectivesListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
view?: "VIEW_UNSPECIFIED" | "FULL" | "EXPLICIT";
}

§Properties

§
filter?: string
[src]

A filter specifying what ServiceLevelObjectives to return.

§
pageSize?: number
[src]

A non-negative number that is the maximum number of results to return. When 0, use default page size.

§
pageToken?: string
[src]

If this field is not empty then it must contain the nextPageToken value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.

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

View of the ServiceLevelObjectives to return. If DEFAULT, return each 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.