RagAdminOperationResponse

data class RagAdminOperationResponse(val operation: String, val success: Boolean, val message: String, val affectedCount: Int = 0, val tenantId: String? = null, val snapshots: List<RagAdminSnapshotSummary> = emptyList())

Constructors

Link copied to clipboard
constructor(operation: String, success: Boolean, message: String, affectedCount: Int = 0, tenantId: String? = null, snapshots: List<RagAdminSnapshotSummary> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tenantId: String? = null