UNPKG

@hubspot/api-client

Version:

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

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