@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
44 lines • 1.63 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PublicAbsoluteRangedTimestampRefineByTypeEnum = exports.PublicAbsoluteRangedTimestampRefineBy = void 0;
class PublicAbsoluteRangedTimestampRefineBy {
static getAttributeTypeMap() {
return PublicAbsoluteRangedTimestampRefineBy.attributeTypeMap;
}
constructor() {
}
}
exports.PublicAbsoluteRangedTimestampRefineBy = PublicAbsoluteRangedTimestampRefineBy;
PublicAbsoluteRangedTimestampRefineBy.discriminator = undefined;
PublicAbsoluteRangedTimestampRefineBy.mapping = undefined;
PublicAbsoluteRangedTimestampRefineBy.attributeTypeMap = [
{
"name": "rangeType",
"baseName": "rangeType",
"type": "string",
"format": ""
},
{
"name": "upperTimestamp",
"baseName": "upperTimestamp",
"type": "number",
"format": "int64"
},
{
"name": "lowerTimestamp",
"baseName": "lowerTimestamp",
"type": "number",
"format": "int64"
},
{
"name": "type",
"baseName": "type",
"type": "PublicAbsoluteRangedTimestampRefineByTypeEnum",
"format": ""
}
];
var PublicAbsoluteRangedTimestampRefineByTypeEnum;
(function (PublicAbsoluteRangedTimestampRefineByTypeEnum) {
PublicAbsoluteRangedTimestampRefineByTypeEnum["AbsoluteRanged"] = "ABSOLUTE_RANGED";
})(PublicAbsoluteRangedTimestampRefineByTypeEnum = exports.PublicAbsoluteRangedTimestampRefineByTypeEnum || (exports.PublicAbsoluteRangedTimestampRefineByTypeEnum = {}));
//# sourceMappingURL=PublicAbsoluteRangedTimestampRefineBy.js.map