UNPKG

@hubspot/api-client

Version:

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

22 lines 796 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CollectionResponseObjectSchemaNoPaging = void 0; class CollectionResponseObjectSchemaNoPaging { static getAttributeTypeMap() { return CollectionResponseObjectSchemaNoPaging.attributeTypeMap; } constructor() { } } exports.CollectionResponseObjectSchemaNoPaging = CollectionResponseObjectSchemaNoPaging; CollectionResponseObjectSchemaNoPaging.discriminator = undefined; CollectionResponseObjectSchemaNoPaging.mapping = undefined; CollectionResponseObjectSchemaNoPaging.attributeTypeMap = [ { "name": "results", "baseName": "results", "type": "Array<ObjectSchema>", "format": "" } ]; //# sourceMappingURL=CollectionResponseObjectSchemaNoPaging.js.map