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

ProjectsLocationsDataExchangesListingsCreateOptions

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

Additional options for AnalyticsHub#projectsLocationsDataExchangesListingsCreate.

interface ProjectsLocationsDataExchangesListingsCreateOptions {
listingId?: string;
}

§Properties

§
listingId?: string
[src]

Required. The ID of the listing to create. 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.