UNPKG

@hubspot/api-client

Version:

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

28 lines 688 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RecordIdInput = void 0; class RecordIdInput { static getAttributeTypeMap() { return RecordIdInput.attributeTypeMap; } constructor() { } } exports.RecordIdInput = RecordIdInput; RecordIdInput.discriminator = undefined; RecordIdInput.mapping = undefined; RecordIdInput.attributeTypeMap = [ { "name": "objectTypeId", "baseName": "objectTypeId", "type": "string", "format": "" }, { "name": "recordId", "baseName": "recordId", "type": "string", "format": "" } ]; //# sourceMappingURL=RecordIdInput.js.map