UNPKG

@hubspot/api-client

Version:

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

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