Dataset metadata and configuration(s).

Hierarchy

  • DatasetAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt?: Date

Timestamp when the dataset was created.

createdBy?: string

Unique ID of the user who created the dataset.

name: string

Name of the dataset.

principals: string[]

List of access principals, formatted as principal_type:id. Principal can be 'team' or 'role'.

productFilters: FiltersPerProduct[]

List of product-specific filters.

Generated using TypeDoc