UNPKG

@hubspot/api-client

Version:

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

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