Class: DatadogAPIClient::V2::SLOReportStatusGetResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SLOReportStatusGetResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/slo_report_status_get_response_attributes.rb
Overview
The attributes portion of the SLO report status response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#status ⇒ Object
The status of the SLO report job.
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/v2/models/slo_report_status_get_response_attributes.rb', line 27 def additional_properties @additional_properties end |
#status ⇒ Object
The status of the SLO report job.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/slo_report_status_get_response_attributes.rb', line 25 def status @status end |