Class: DatadogAPIClient::V2::BulkMuteFindingsRequestAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#muteObject

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