Ssis Folder Response
data class SsisFolderResponse(val description: String? = null, val id: Double? = null, val name: String? = null, val type: String)
Ssis folder.
Constructors
Link copied to clipboard
fun SsisFolderResponse(description: String? = null, id: Double? = null, name: String? = null, type: String)