Class: DatadogAPIClient::V1::SLOBulkDeleteError
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SLOBulkDeleteError
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/slo_bulk_delete_error.rb
Overview
Object describing the error.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#id ⇒ Object
readonly
The ID of the service level objective object associated with this error.
-
#message ⇒ Object
readonly
The error message.
-
#timeframe ⇒ Object
readonly
The timeframe of the threshold associated with this error or “all” if all thresholds are affected.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/slo_bulk_delete_error.rb', line 35 def additional_properties @additional_properties end |
#id ⇒ Object
The ID of the service level objective object associated with this error.
26 27 28 |
# File 'lib/datadog_api_client/v1/models/slo_bulk_delete_error.rb', line 26 def id @id end |
#message ⇒ Object
The error message.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/slo_bulk_delete_error.rb', line 29 def @message end |
#timeframe ⇒ Object
The timeframe of the threshold associated with this error or “all” if all thresholds are affected.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/slo_bulk_delete_error.rb', line 33 def timeframe @timeframe end |