Class: DatadogAPIClient::V1::SearchServiceLevelObjectiveData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SearchServiceLevelObjectiveData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/search_service_level_objective_data.rb
Overview
A service level objective ID and attributes.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
A service level objective object includes a service level indicator, thresholds for one or more timeframes, and metadata (‘name`, `description`, and `tags`).
-
#id ⇒ Object
A unique identifier for the service level objective object.
-
#type ⇒ Object
The type of the object, must be ‘slo`.
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/v1/models/search_service_level_objective_data.rb', line 36 def additional_properties @additional_properties end |
#attributes ⇒ Object
A service level objective object includes a service level indicator, thresholds for one or more timeframes, and metadata (‘name`, `description`, and `tags`).
26 27 28 |
# File 'lib/datadog_api_client/v1/models/search_service_level_objective_data.rb', line 26 def attributes @attributes end |
#id ⇒ Object
A unique identifier for the service level objective object.
Always included in service level objective responses.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/search_service_level_objective_data.rb', line 31 def id @id end |
#type ⇒ Object
The type of the object, must be ‘slo`.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/search_service_level_objective_data.rb', line 34 def type @type end |