Class: DatadogAPIClient::V2::IncidentServiceResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentServiceResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/incident_service_response_attributes.rb
Overview
The incident service’s attributes from a response.
Instance Attribute Summary collapse
-
#created ⇒ Object
Timestamp of when the incident service was created.
-
#modified ⇒ Object
Timestamp of when the incident service was modified.
-
#name ⇒ Object
Name of the incident service.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#created ⇒ Object
Timestamp of when the incident service was created.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/incident_service_response_attributes.rb', line 29 def created @created end |
#modified ⇒ Object
Timestamp of when the incident service was modified.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/incident_service_response_attributes.rb', line 32 def modified @modified end |
#name ⇒ Object
Name of the incident service.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/incident_service_response_attributes.rb', line 35 def name @name end |