Class: DatadogAPIClient::V2::BulkMuteFindingsRequestData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::BulkMuteFindingsRequestData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/bulk_mute_findings_request_data.rb
Overview
Data object containing the new bulk mute properties of the finding.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
The mute properties to be updated.
-
#id ⇒ Object
readonly
UUID to identify the request.
-
#meta ⇒ Object
readonly
Meta object containing the findings to be updated.
-
#type ⇒ Object
readonly
The JSON:API type for findings.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/bulk_mute_findings_request_data.rb', line 36 def additional_properties @additional_properties end |
#attributes ⇒ Object
The mute properties to be updated.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/bulk_mute_findings_request_data.rb', line 25 def attributes @attributes end |
#id ⇒ Object
UUID to identify the request
28 29 30 |
# File 'lib/datadog_api_client/v2/models/bulk_mute_findings_request_data.rb', line 28 def id @id end |
#meta ⇒ Object
Meta object containing the findings to be updated.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/bulk_mute_findings_request_data.rb', line 31 def @meta end |
#type ⇒ Object
The JSON:API type for findings.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/bulk_mute_findings_request_data.rb', line 34 def type @type end |