UNPKG

@hubspot/api-client

Version:

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

46 lines 1.14 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IntegratorObjectResult = void 0; class IntegratorObjectResult { static getAttributeTypeMap() { return IntegratorObjectResult.attributeTypeMap; } constructor() { } } exports.IntegratorObjectResult = IntegratorObjectResult; IntegratorObjectResult.discriminator = undefined; IntegratorObjectResult.mapping = undefined; IntegratorObjectResult.attributeTypeMap = [ { "name": "linkUrl", "baseName": "linkUrl", "type": "string", "format": "" }, { "name": "tokens", "baseName": "tokens", "type": "Array<ObjectToken>", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "title", "baseName": "title", "type": "string", "format": "" }, { "name": "actions", "baseName": "actions", "type": "Array<IntegratorObjectResultActionsInner>", "format": "" } ]; //# sourceMappingURL=IntegratorObjectResult.js.map