UNPKG

@hubspot/api-client

Version:

NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files

64 lines 1.44 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HubDbTableRowV3 = void 0; class HubDbTableRowV3 { static getAttributeTypeMap() { return HubDbTableRowV3.attributeTypeMap; } constructor() { } } exports.HubDbTableRowV3 = HubDbTableRowV3; HubDbTableRowV3.discriminator = undefined; HubDbTableRowV3.mapping = undefined; HubDbTableRowV3.attributeTypeMap = [ { "name": "path", "baseName": "path", "type": "string", "format": "" }, { "name": "createdAt", "baseName": "createdAt", "type": "Date", "format": "date-time" }, { "name": "childTableId", "baseName": "childTableId", "type": "string", "format": "" }, { "name": "publishedAt", "baseName": "publishedAt", "type": "Date", "format": "date-time" }, { "name": "values", "baseName": "values", "type": "{ [key: string]: any; }", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "updatedAt", "baseName": "updatedAt", "type": "Date", "format": "date-time" } ]; //# sourceMappingURL=HubDbTableRowV3.js.map