Class: DatadogAPIClient::V1::SLOListResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SLOListResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/slo_list_response.rb
Overview
A response with one or more service level objective.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
An array of service level objective objects.
-
#errors ⇒ Object
An array of error messages.
-
#metadata ⇒ Object
The metadata object containing additional information about the list of SLOs.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/slo_list_response.rb', line 34 def additional_properties @additional_properties end |
#data ⇒ Object
An array of service level objective objects.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/slo_list_response.rb', line 25 def data @data end |
#errors ⇒ Object
An array of error messages. Each endpoint documents how/whether this field is used.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/slo_list_response.rb', line 29 def errors @errors end |
#metadata ⇒ Object
The metadata object containing additional information about the list of SLOs.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/slo_list_response.rb', line 32 def @metadata end |