UNPKG

@hubspot/api-client

Version:

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

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