UNPKG

@hubspot/api-client

Version:

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

46 lines 1.14 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HubDbTableRowV3Request = void 0; class HubDbTableRowV3Request { static getAttributeTypeMap() { return HubDbTableRowV3Request.attributeTypeMap; } constructor() { } } exports.HubDbTableRowV3Request = HubDbTableRowV3Request; HubDbTableRowV3Request.discriminator = undefined; HubDbTableRowV3Request.mapping = undefined; HubDbTableRowV3Request.attributeTypeMap = [ { "name": "path", "baseName": "path", "type": "string", "format": "" }, { "name": "childTableId", "baseName": "childTableId", "type": "number", "format": "int64" }, { "name": "values", "baseName": "values", "type": "{ [key: string]: any; }", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "displayIndex", "baseName": "displayIndex", "type": "number", "format": "int32" } ]; //# sourceMappingURL=HubDbTableRowV3Request.js.map