UNPKG

@hubspot/api-client

Version:

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

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