interface RedactionJobStatusResponse {
    bulkRedactionResponse?: BulkRedactionResponse;
    jobStatus?: "IN_PROGRESS" | "PENDING" | "COMPLETED";
}

Properties

bulkRedactionResponse?: BulkRedactionResponse
jobStatus?: "IN_PROGRESS" | "PENDING" | "COMPLETED"