CreateGrokClassifierRequest class

Specifies a grok classifier for CreateClassifier to create.

Constructors

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

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 new classifier.
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