Class: DatadogAPIClient::V2::IncidentImpactCreateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentImpactCreateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/incident_impact_create_attributes.rb
Overview
The incident impact's attributes for a create request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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.
-
#start_at ⇒ Object
readonly
Timestamp when the impact started.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/incident_impact_create_attributes.rb', line 36 def additional_properties @additional_properties end |
#description ⇒ Object
Description of the impact.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/incident_impact_create_attributes.rb', line 25 def description @description end |
#end_at ⇒ Object
Timestamp when the impact ended.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/incident_impact_create_attributes.rb', line 28 def end_at @end_at end |
#fields ⇒ Object
An object mapping impact field names to field values.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/incident_impact_create_attributes.rb', line 31 def fields @fields end |
#start_at ⇒ Object
Timestamp when the impact started.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/incident_impact_create_attributes.rb', line 34 def start_at @start_at end |