UNPKG

@hubspot/api-client

Version:

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

46 lines 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrorDetail = void 0; class ErrorDetail { static getAttributeTypeMap() { return ErrorDetail.attributeTypeMap; } constructor() { } } exports.ErrorDetail = ErrorDetail; ErrorDetail.discriminator = undefined; ErrorDetail.mapping = undefined; ErrorDetail.attributeTypeMap = [ { "name": "subCategory", "baseName": "subCategory", "type": "string", "format": "" }, { "name": "code", "baseName": "code", "type": "string", "format": "" }, { "name": "_in", "baseName": "in", "type": "string", "format": "" }, { "name": "context", "baseName": "context", "type": "{ [key: string]: Array<string>; }", "format": "" }, { "name": "message", "baseName": "message", "type": "string", "format": "" } ]; //# sourceMappingURL=ErrorDetail.js.map