Class: DatadogAPIClient::V2::BulkMuteFindingsRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::BulkMuteFindingsRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/bulk_mute_findings_request_attributes.rb
Overview
The mute properties to be updated.
Instance Attribute Summary collapse
-
#mute ⇒ Object
readonly
Object containing the new mute properties of the findings.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#mute ⇒ Object
Object containing the new mute properties of the findings.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/bulk_mute_findings_request_attributes.rb', line 25 def mute @mute end |