BulkMuteFindingsRequest class
Request message for bulk findings update.
Note: 1. If multiple bulk update requests match the same resource, the order in which they get executed is not defined. 2. Once a bulk operation is started, there is no way to stop it.
Constructors
- BulkMuteFindingsRequest({String? filter, String? muteAnnotation, String? muteState})
- BulkMuteFindingsRequest.fromJson(Map json_)
Properties
- filter ↔ String?
- 
  Expression that identifies findings that should be updated.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- muteAnnotation ↔ String?
- 
  This can be a mute configuration name or any identifier for mute/unmute of
findings based on the filter.
  getter/setter pair
- muteState ↔ String?
- 
  All findings matching the given filter will have their mute state set to
this value.
  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