UNPKG

@hubspot/api-client

Version:

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

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