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

ServicesServiceLevelObjectivesCreateOptions

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

Additional options for Monitoring#servicesServiceLevelObjectivesCreate.

interface ServicesServiceLevelObjectivesCreateOptions {
serviceLevelObjectiveId?: string;
}

§Properties

§
serviceLevelObjectiveId?: string
[src]

Optional. The ServiceLevelObjective id to use for this ServiceLevelObjective. If omitted, an id will be generated instead. Must match the pattern ^[a-zA-Z0-9-_:.]+$