Filters class

Contains the filter to apply when retrieving metrics.

Constructors

Filters({List<Channel>? channels, List<String>? queues})

Properties

channels List<Channel>?
The channel to use to filter the metrics.
final
hashCode int
The hash code for this object.
no setterinherited
queues List<String>?
The queues to use to filter the metrics. You can specify up to 100 queues per request.
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