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

ServicesCreateOptions

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

Additional options for Monitoring#servicesCreate.

interface ServicesCreateOptions {
serviceId?: string;
}

§Properties

§
serviceId?: string
[src]

Optional. The Service id to use for this Service. If omitted, an id will be generated instead. Must match the pattern [a-z0-9-]+