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

VPCSettings

import type { VPCSettings } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";
interface VPCSettings {
project?: string;
}

§Properties

§
project?: string
[src]

The resource name of the GCP Project to be used for VPC SC policy check. VPC security settings on this project will be honored for Cloud Search APIs after project_name has been updated through CustomerService. Format: projects/{project_id}