Class CreateTableRequestDataAttributes

The definition of CreateTableRequestDataAttributes object.

Hierarchy

  • CreateTableRequestDataAttributes

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
description?: string

The description of the reference table.

The definition of CreateTableRequestDataAttributesFileMetadata object.

The definition of CreateTableRequestDataAttributesSchema object.

The source type for creating reference table data. Only these source types can be created through this API.

tableName: string

The name of the reference table.

tags?: string[]

The tags of the reference table.

Generated using TypeDoc