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

ProjectsLocationsDataExchangesCreateOptions

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

Additional options for AnalyticsHub#projectsLocationsDataExchangesCreate.

interface ProjectsLocationsDataExchangesCreateOptions {
dataExchangeId?: string;
}

§Properties

§
dataExchangeId?: string
[src]

Required. The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Max length: 100 bytes.