@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
74 lines • 2.21 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PublicRangedTimeOperationTypeEnum = exports.PublicRangedTimeOperation = void 0;
class PublicRangedTimeOperation {
static getAttributeTypeMap() {
return PublicRangedTimeOperation.attributeTypeMap;
}
constructor() {
}
}
exports.PublicRangedTimeOperation = PublicRangedTimeOperation;
PublicRangedTimeOperation.discriminator = undefined;
PublicRangedTimeOperation.mapping = undefined;
PublicRangedTimeOperation.attributeTypeMap = [
{
"name": "upperBoundEndpointBehavior",
"baseName": "upperBoundEndpointBehavior",
"type": "string",
"format": ""
},
{
"name": "includeObjectsWithNoValueSet",
"baseName": "includeObjectsWithNoValueSet",
"type": "boolean",
"format": ""
},
{
"name": "upperBoundTimePoint",
"baseName": "upperBoundTimePoint",
"type": "PublicTimePointOperationTimePoint",
"format": ""
},
{
"name": "propertyParser",
"baseName": "propertyParser",
"type": "string",
"format": ""
},
{
"name": "operationType",
"baseName": "operationType",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "PublicRangedTimeOperationTypeEnum",
"format": ""
},
{
"name": "lowerBoundEndpointBehavior",
"baseName": "lowerBoundEndpointBehavior",
"type": "string",
"format": ""
},
{
"name": "operator",
"baseName": "operator",
"type": "string",
"format": ""
},
{
"name": "lowerBoundTimePoint",
"baseName": "lowerBoundTimePoint",
"type": "PublicTimePointOperationTimePoint",
"format": ""
}
];
var PublicRangedTimeOperationTypeEnum;
(function (PublicRangedTimeOperationTypeEnum) {
PublicRangedTimeOperationTypeEnum["TimeRanged"] = "TIME_RANGED";
})(PublicRangedTimeOperationTypeEnum = exports.PublicRangedTimeOperationTypeEnum || (exports.PublicRangedTimeOperationTypeEnum = {}));
//# sourceMappingURL=PublicRangedTimeOperation.js.map