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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/incident_service_response_attributes.rb', line 33 def additional_properties @additional_properties end |
#created ⇒ Object
Timestamp of when the incident service was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/incident_service_response_attributes.rb', line 25 def created @created end |
#modified ⇒ Object
Timestamp of when the incident service was modified.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/incident_service_response_attributes.rb', line 28 def modified @modified end |
#name ⇒ Object
Name of the incident service.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/incident_service_response_attributes.rb', line 31 def name @name end |