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

ProjectsLocationsHostProjectRegistrationsCreateOptions

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

Additional options for APIhub#projectsLocationsHostProjectRegistrationsCreate.

interface ProjectsLocationsHostProjectRegistrationsCreateOptions {
hostProjectRegistrationId?: string;
}

§Properties

§
hostProjectRegistrationId?: string
[src]

Required. The ID to use for the Host Project Registration, which will become the final component of the host project registration's resource name. The ID must be the same as the Google cloud project specified in the host_project_registration.gcp_project field.