Class: DatadogAPIClient::V2::MuteFindingsMuteAttributes

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#descriptionObject

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_atObject

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_mutedObject

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

#reasonObject

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