@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
40 lines • 983 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SettingsResponse = void 0;
class SettingsResponse {
static getAttributeTypeMap() {
return SettingsResponse.attributeTypeMap;
}
constructor() {
}
}
exports.SettingsResponse = SettingsResponse;
SettingsResponse.discriminator = undefined;
SettingsResponse.mapping = undefined;
SettingsResponse.attributeTypeMap = [
{
"name": "createdAt",
"baseName": "createdAt",
"type": "Date",
"format": "date-time"
},
{
"name": "throttling",
"baseName": "throttling",
"type": "ThrottlingSettings",
"format": ""
},
{
"name": "targetUrl",
"baseName": "targetUrl",
"type": "string",
"format": ""
},
{
"name": "updatedAt",
"baseName": "updatedAt",
"type": "Date",
"format": "date-time"
}
];
//# sourceMappingURL=SettingsResponse.js.map