Class: DatadogAPIClient::V2::IncidentImpactAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentImpactAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/incident_impact_attributes.rb
Overview
The incident impact's attributes.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created ⇒ Object
Timestamp when the impact was created.
-
#description ⇒ Object
readonly
Description of the impact.
-
#end_at ⇒ Object
Timestamp when the impact ended.
-
#fields ⇒ Object
An object mapping impact field names to field values.
-
#impact_type ⇒ Object
The type of impact.
-
#modified ⇒ Object
Timestamp when the impact was last modified.
-
#start_at ⇒ Object
readonly
Timestamp representing when the impact started.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/incident_impact_attributes.rb', line 45 def additional_properties @additional_properties end |
#created ⇒ Object
Timestamp when the impact was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/incident_impact_attributes.rb', line 25 def created @created end |
#description ⇒ Object
Description of the impact.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/incident_impact_attributes.rb', line 28 def description @description end |
#end_at ⇒ Object
Timestamp when the impact ended.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/incident_impact_attributes.rb', line 31 def end_at @end_at end |
#fields ⇒ Object
An object mapping impact field names to field values.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/incident_impact_attributes.rb', line 34 def fields @fields end |
#impact_type ⇒ Object
The type of impact.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/incident_impact_attributes.rb', line 37 def impact_type @impact_type end |
#modified ⇒ Object
Timestamp when the impact was last modified.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/incident_impact_attributes.rb', line 40 def modified @modified end |
#start_at ⇒ Object
Timestamp representing when the impact started.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/incident_impact_attributes.rb', line 43 def start_at @start_at end |