interface BulkRedactionRequest {
    redactions?: SingleRedactionRequest[];
}

Properties

Properties

redactions?: SingleRedactionRequest[]