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

ProjectsLocationsServicesCreateOptions

import type { ProjectsLocationsServicesCreateOptions } from "https://googleapis.deno.dev/v1/run:v2.ts";

Additional options for Run#projectsLocationsServicesCreate.

interface ProjectsLocationsServicesCreateOptions {
serviceId?: string;
validateOnly?: boolean;
}

§Properties

§
serviceId?: string
[src]

Required. The unique identifier for the Service. It must begin with letter, and cannot end with hyphen; must contain fewer than 50 characters. The name of the service becomes {parent}/services/{service_id}.

§
validateOnly?: boolean
[src]

Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.