@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
22 lines • 636 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ThrottlingSettings = void 0;
class ThrottlingSettings {
static getAttributeTypeMap() {
return ThrottlingSettings.attributeTypeMap;
}
constructor() {
}
}
exports.ThrottlingSettings = ThrottlingSettings;
ThrottlingSettings.discriminator = undefined;
ThrottlingSettings.mapping = undefined;
ThrottlingSettings.attributeTypeMap = [
{
"name": "maxConcurrentRequests",
"baseName": "maxConcurrentRequests",
"type": "number",
"format": "int32"
}
];
//# sourceMappingURL=ThrottlingSettings.js.map