Hubdb No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

OpenAPI spec version: v3

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Constructors

Properties

childTableId?: string

Specifies the value for the column child table id

createdAt?: Date

Timestamp at which the row is created

id?: string

The id of the table row

name?: string

Specifies the value for hs_name column, which will be used as title in the dynamic pages

path?: string

Specifies the value for hs_path column, which will be used as slug in the dynamic pages

publishedAt?: Date
updatedAt?: Date

Timestamp at which the row is updated last time

values: {
    [key: string]: any;
}

List of key value pairs with the column name and column value

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]