Interface CheckmarxReportRequest

interface CheckmarxReportRequest {
    data?: CheckmarxReportData;
    fileFormat?: CheckmarxReportFormat;
    reportName?: string;
    reportType?: string;
}

Properties

reportName?: string
reportType?: string