Class: DatadogAPIClient::V2::MuteFindingsMuteAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MuteFindingsMuteAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/mute_findings_mute_attributes.rb
Overview
Mute properties to apply to the findings.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
Additional information about the reason why the findings are muted or unmuted.
-
#expire_at ⇒ Object
The expiration date of the mute action (Unix ms).
-
#is_muted ⇒ Object
readonly
Whether the findings should be muted or unmuted.
-
#reason ⇒ Object
readonly
The reason why the findings are muted or unmuted.
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/mute_findings_mute_attributes.rb', line 36 def additional_properties @additional_properties end |
#description ⇒ Object
Additional information about the reason why the findings are muted or unmuted. This field has a limit of 280 characters.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/mute_findings_mute_attributes.rb', line 25 def description @description end |
#expire_at ⇒ Object
The expiration date of the mute action (Unix ms). It must be set to a value greater than the current timestamp. If this field is not provided, the findings remain muted indefinitely.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/mute_findings_mute_attributes.rb', line 28 def expire_at @expire_at end |
#is_muted ⇒ Object
Whether the findings should be muted or unmuted.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/mute_findings_mute_attributes.rb', line 31 def is_muted @is_muted end |
#reason ⇒ Object
The reason why the findings are muted or unmuted.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/mute_findings_mute_attributes.rb', line 34 def reason @reason end |