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