The definition of TableResultV2DataAttributes object.

Hierarchy

  • TableResultV2DataAttributes

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

UUID of the user who created the reference table.

description?: string

The description of the reference table.

The definition of TableResultV2DataAttributesFileMetadata object.

lastUpdatedBy?: string

UUID of the user who last updated the reference table.

rowCount?: number

The number of successfully processed rows in the reference table.

The definition of TableResultV2DataAttributesSchema object.

The source type for reference table data. Includes all possible source types that can appear in responses.

status?: string

The status of the reference table.

tableName?: string

The name of the reference table.

tags?: string[]

The tags of the reference table.

updatedAt?: string

The timestamp of the last update to the reference table in ISO 8601 format.

Generated using TypeDoc