Class: DatadogAPIClient::V1::SLOHistoryResponseError
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SLOHistoryResponseError
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/slo_history_response_error.rb
Overview
A list of errors while querying the history data for the service level objective.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#error ⇒ Object
Human readable error.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v1/models/slo_history_response_error.rb', line 27 def additional_properties @additional_properties end |
#error ⇒ Object
Human readable error.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/slo_history_response_error.rb', line 25 def error @error end |