Class: DatadogAPIClient::V2::EventResponseAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::EventResponseAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/event_response_attributes.rb
 
Overview
The object description of an event response attribute.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #attributes  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Object description of attributes from your event.
 - 
  
    
      #message  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message of the event.
 - 
  
    
      #tags  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of tags associated with the event.
 - 
  
    
      #timestamp  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp of the event.
 
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/event_response_attributes.rb', line 36 def additional_properties @additional_properties end  | 
  
#attributes ⇒ Object
Object description of attributes from your event.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/event_response_attributes.rb', line 25 def attributes @attributes end  | 
  
#message ⇒ Object
The message of the event.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/event_response_attributes.rb', line 28 def @message end  | 
  
#tags ⇒ Object
An array of tags associated with the event.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/event_response_attributes.rb', line 31 def @tags end  | 
  
#timestamp ⇒ Object
The timestamp of the event.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/event_response_attributes.rb', line 34 def @timestamp end  |