Single Query Result Response
data class SingleQueryResultResponse(val description: String? = null, val destinationPorts: List<String>? = null, val direction: Int? = null, val group: String? = null, val inheritedFromParentPolicy: Boolean? = null, val lastUpdated: String? = null, val mode: Int? = null, val protocol: String? = null, val severity: Int? = null, val signatureId: Int? = null, val sourcePorts: List<String>? = null)
Constructors
Link copied to clipboard
fun SingleQueryResultResponse(description: String? = null, destinationPorts: List<String>? = null, direction: Int? = null, group: String? = null, inheritedFromParentPolicy: Boolean? = null, lastUpdated: String? = null, mode: Int? = null, protocol: String? = null, severity: Int? = null, signatureId: Int? = null, sourcePorts: List<String>? = null)