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

GetDataViewRequest

import type { GetDataViewRequest } from "https://aws-api.deno.dev/v0.3/services/finspacedata.ts?docs=full";

Request for retrieving a data view detail. Grouped / accessible within a dataset by its dataset id.

interface GetDataViewRequest {
datasetId: string;
dataViewId: string;
}

§Properties

§
datasetId: string
[src]

The unique identifier for the Dataset used in the Dataview.

§
dataViewId: string
[src]

The unique identifier for the Dataview.