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
-
#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
#created ⇒ Object
Timestamp of when the incident team was created.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/incident_team_response_attributes.rb', line 29 def created @created end |
#modified ⇒ Object
Timestamp of when the incident team was modified.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/incident_team_response_attributes.rb', line 32 def modified @modified end |
#name ⇒ Object
Name of the incident team.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/incident_team_response_attributes.rb', line 35 def name @name end |