Class: DatadogAPIClient::V2::FindingMute
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::FindingMute
 
 
- 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
- 
  
    
      #description  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Additional information about the reason why this finding is muted or unmuted.
 - 
  
    
      #expiration_date  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The expiration date of the mute or unmute action (Unix ms).
 - 
  
    
      #muted  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether this finding is muted or unmuted.
 - 
  
    
      #reason  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason why this finding is muted or unmuted.
 - 
  
    
      #start_date  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The start of the mute period.
 - 
  
    
      #uuid  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the user who muted or unmuted this finding.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#description ⇒ Object
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_date ⇒ Object
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  | 
  
#muted ⇒ Object
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  | 
  
#reason ⇒ Object
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_date ⇒ Object
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  | 
  
#uuid ⇒ Object
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  |