Rag Admin Bulk Operation Response
data class RagAdminBulkOperationResponse(val operation: String, val successCount: Int, val failureCount: Int, val results: List<RagAdminBulkItemResult>)
Constructors
Link copied to clipboard
constructor(operation: String, successCount: Int, failureCount: Int, results: List<RagAdminBulkItemResult>)