Dataset metadata and configurations.

Hierarchy

  • DatasetAttributesRequest

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
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