StreamingConfig class

The config for streaming-based notifications, which send each event as soon as it is detected.

Constructors

StreamingConfig({String? filter})
StreamingConfig.fromJson(Map json_)

Properties

filter String?
Expression that defines the filter to apply across create/update events of assets or findings as specified by the event type.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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