Protection Mode Response
data class ProtectionModeResponse(val exe: String? = null, val executable: String? = null, val msi: String? = null, val script: String? = null)
The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.
Constructors
Link copied to clipboard
fun ProtectionModeResponse(exe: String? = null, executable: String? = null, msi: String? = null, script: String? = null)