UNPKG

@hubspot/api-client

Version:

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

28 lines 722 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ListSizeDataPoint = void 0; class ListSizeDataPoint { static getAttributeTypeMap() { return ListSizeDataPoint.attributeTypeMap; } constructor() { } } exports.ListSizeDataPoint = ListSizeDataPoint; ListSizeDataPoint.discriminator = undefined; ListSizeDataPoint.mapping = undefined; ListSizeDataPoint.attributeTypeMap = [ { "name": "size", "baseName": "size", "type": "number", "format": "int64" }, { "name": "timestamp", "baseName": "timestamp", "type": "Date", "format": "date-time" } ]; //# sourceMappingURL=ListSizeDataPoint.js.map