Threat Intelligence Indicator Parsed Pattern
data class ThreatIntelligenceIndicatorParsedPattern(val patternTypeKey: String? = null, val patternTypeValues: List<ThreatIntelligenceIndicatorParsedPatternPatternTypeValue>? = null)
Constructors
Link copied to clipboard
constructor(patternTypeKey: String? = null, patternTypeValues: List<ThreatIntelligenceIndicatorParsedPatternPatternTypeValue>? = null)