UNPKG

@hubspot/api-client

Version:

NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files

40 lines 1.05 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ParticipationBreakdown = void 0; class ParticipationBreakdown { static getAttributeTypeMap() { return ParticipationBreakdown.attributeTypeMap; } constructor() { } } exports.ParticipationBreakdown = ParticipationBreakdown; ParticipationBreakdown.discriminator = undefined; ParticipationBreakdown.mapping = undefined; ParticipationBreakdown.attributeTypeMap = [ { "name": "associations", "baseName": "associations", "type": "ParticipationAssociations", "format": "" }, { "name": "createdAt", "baseName": "createdAt", "type": "Date", "format": "date-time" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "properties", "baseName": "properties", "type": "ParticipationProperties", "format": "" } ]; //# sourceMappingURL=ParticipationBreakdown.js.map