UNPKG

@hubspot/api-client

Version:

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

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