@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
22 lines • 770 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BatchInputMarketingEventSubscriber = void 0;
class BatchInputMarketingEventSubscriber {
static getAttributeTypeMap() {
return BatchInputMarketingEventSubscriber.attributeTypeMap;
}
constructor() {
}
}
exports.BatchInputMarketingEventSubscriber = BatchInputMarketingEventSubscriber;
BatchInputMarketingEventSubscriber.discriminator = undefined;
BatchInputMarketingEventSubscriber.mapping = undefined;
BatchInputMarketingEventSubscriber.attributeTypeMap = [
{
"name": "inputs",
"baseName": "inputs",
"type": "Array<MarketingEventSubscriber>",
"format": ""
}
];
//# sourceMappingURL=BatchInputMarketingEventSubscriber.js.map