Class: DatadogAPIClient::V2::IncidentTeamResponseAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::IncidentTeamResponseAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/incident_team_response_attributes.rb
 
Overview
The incident team’s attributes from a response.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #created  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp of when the incident team was created.
 - 
  
    
      #modified  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp of when the incident team was modified.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the incident team.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      33 34 35  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_team_response_attributes.rb', line 33 def additional_properties @additional_properties end  | 
  
#created ⇒ Object
Timestamp of when the incident team was created.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_team_response_attributes.rb', line 25 def created @created end  | 
  
#modified ⇒ Object
Timestamp of when the incident team was modified.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_team_response_attributes.rb', line 28 def modified @modified end  | 
  
#name ⇒ Object
Name of the incident team.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_team_response_attributes.rb', line 31 def name @name end  |