GrokClassifier constructor
GrokClassifier({})
Implementation
GrokClassifier({
required this.classification,
required this.grokPattern,
required this.name,
this.creationTime,
this.customPatterns,
this.lastUpdated,
this.version,
});