UNPKG

@hubspot/api-client

Version:

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

34 lines 1.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CollectionResponseWithTotalMarketingEventIdentifiersResponse = void 0; class CollectionResponseWithTotalMarketingEventIdentifiersResponse { static getAttributeTypeMap() { return CollectionResponseWithTotalMarketingEventIdentifiersResponse.attributeTypeMap; } constructor() { } } exports.CollectionResponseWithTotalMarketingEventIdentifiersResponse = CollectionResponseWithTotalMarketingEventIdentifiersResponse; CollectionResponseWithTotalMarketingEventIdentifiersResponse.discriminator = undefined; CollectionResponseWithTotalMarketingEventIdentifiersResponse.mapping = undefined; CollectionResponseWithTotalMarketingEventIdentifiersResponse.attributeTypeMap = [ { "name": "paging", "baseName": "paging", "type": "Paging", "format": "" }, { "name": "results", "baseName": "results", "type": "Array<MarketingEventIdentifiersResponse>", "format": "" }, { "name": "total", "baseName": "total", "type": "number", "format": "int32" } ]; //# sourceMappingURL=CollectionResponseWithTotalMarketingEventIdentifiersResponse.js.map