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

ProjectsLocationsRuntimeProjectAttachmentsCreateOptions

import type { ProjectsLocationsRuntimeProjectAttachmentsCreateOptions } from "https://googleapis.deno.dev/v1/apihub:v1.ts";

Additional options for APIhub#projectsLocationsRuntimeProjectAttachmentsCreate.

interface ProjectsLocationsRuntimeProjectAttachmentsCreateOptions {
runtimeProjectAttachmentId?: string;
}

§Properties

§
runtimeProjectAttachmentId?: string
[src]

Required. The ID to use for the Runtime Project Attachment, which will become the final component of the Runtime Project Attachment's name. The ID must be the same as the project ID of the Google cloud project specified in the runtime_project_attachment.runtime_project field.