DynamicMuteRecord class
The record of a dynamic mute rule that matches the finding.
Constructors
- DynamicMuteRecord.new({String? matchTime, String? muteConfig})
- DynamicMuteRecord.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- matchTime ↔ String?
-
When the dynamic mute rule first matched the finding.
getter/setter pair
- muteConfig ↔ String?
-
The relative resource name of the mute rule, represented by a mute config,
that created this record, for example
organizations/123/muteConfigs/mymuteconfig
ororganizations/123/locations/global/muteConfigs/mymuteconfig
.getter/setter pair - 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