UNPKG

@hubspot/api-client

Version:

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

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