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