ThreatIntelligenceIndicatorParsedPatternPatternTypeValue

data class ThreatIntelligenceIndicatorParsedPatternPatternTypeValue(val value: String? = null, val valueType: String? = null)

Constructors

constructor(value: String? = null, valueType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: String? = null

The value of the parsed pattern type.

Link copied to clipboard
val valueType: String? = null

The type of the value of the parsed pattern type value.