UNPKG

@hubspot/api-client

Version:

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

34 lines 842 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PublicTimeOffset = void 0; class PublicTimeOffset { static getAttributeTypeMap() { return PublicTimeOffset.attributeTypeMap; } constructor() { } } exports.PublicTimeOffset = PublicTimeOffset; PublicTimeOffset.discriminator = undefined; PublicTimeOffset.mapping = undefined; PublicTimeOffset.attributeTypeMap = [ { "name": "amount", "baseName": "amount", "type": "number", "format": "int64" }, { "name": "offsetDirection", "baseName": "offsetDirection", "type": "string", "format": "" }, { "name": "timeUnit", "baseName": "timeUnit", "type": "string", "format": "" } ]; //# sourceMappingURL=PublicTimeOffset.js.map