UpdateGrokClassifierRequest class

Specifies a grok classifier to update when passed to UpdateClassifier.

Constructors

UpdateGrokClassifierRequest({required String name, String? classification, String? customPatterns, String? grokPattern})

Properties

classification String?
An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.
final
customPatterns String?
Optional custom grok patterns used by this classifier.
final
grokPattern String?
The grok pattern used by this classifier.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the GrokClassifier.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited