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