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