UNPKG

@hubspot/api-client

Version:

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

34 lines 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CollectionResponseWithTotalHubDbTableV3 = void 0; class CollectionResponseWithTotalHubDbTableV3 { static getAttributeTypeMap() { return CollectionResponseWithTotalHubDbTableV3.attributeTypeMap; } constructor() { } } exports.CollectionResponseWithTotalHubDbTableV3 = CollectionResponseWithTotalHubDbTableV3; CollectionResponseWithTotalHubDbTableV3.discriminator = undefined; CollectionResponseWithTotalHubDbTableV3.mapping = undefined; CollectionResponseWithTotalHubDbTableV3.attributeTypeMap = [ { "name": "paging", "baseName": "paging", "type": "Paging", "format": "" }, { "name": "results", "baseName": "results", "type": "Array<HubDbTableV3>", "format": "" }, { "name": "total", "baseName": "total", "type": "number", "format": "int32" } ]; //# sourceMappingURL=CollectionResponseWithTotalHubDbTableV3.js.map