Class: DatadogAPIClient::V2::FindingMute

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/finding_mute.rb

Overview

Information about the mute status of this finding.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#descriptionObject

Additional information about the reason why this finding is muted or unmuted.



25
26
27
# File 'lib/datadog_api_client/v2/models/finding_mute.rb', line 25

def description
  @description
end

#expiration_dateObject

The expiration date of the mute or unmute action (Unix ms).



28
29
30
# File 'lib/datadog_api_client/v2/models/finding_mute.rb', line 28

def expiration_date
  @expiration_date
end

#mutedObject

Whether this finding is muted or unmuted.



31
32
33
# File 'lib/datadog_api_client/v2/models/finding_mute.rb', line 31

def muted
  @muted
end

#reasonObject

The reason why this finding is muted or unmuted.



34
35
36
# File 'lib/datadog_api_client/v2/models/finding_mute.rb', line 34

def reason
  @reason
end

#start_dateObject

The start of the mute period.



37
38
39
# File 'lib/datadog_api_client/v2/models/finding_mute.rb', line 37

def start_date
  @start_date
end

#uuidObject

The ID of the user who muted or unmuted this finding.



40
41
42
# File 'lib/datadog_api_client/v2/models/finding_mute.rb', line 40

def uuid
  @uuid
end