@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
40 lines • 1.08 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SearchPublicResponseWrapper = void 0;
class SearchPublicResponseWrapper {
static getAttributeTypeMap() {
return SearchPublicResponseWrapper.attributeTypeMap;
}
constructor() {
}
}
exports.SearchPublicResponseWrapper = SearchPublicResponseWrapper;
SearchPublicResponseWrapper.discriminator = undefined;
SearchPublicResponseWrapper.mapping = undefined;
SearchPublicResponseWrapper.attributeTypeMap = [
{
"name": "externalAccountId",
"baseName": "externalAccountId",
"type": "string",
"format": ""
},
{
"name": "externalEventId",
"baseName": "externalEventId",
"type": "string",
"format": ""
},
{
"name": "appId",
"baseName": "appId",
"type": "number",
"format": "int32"
},
{
"name": "objectId",
"baseName": "objectId",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=SearchPublicResponseWrapper.js.map