Class: DatadogAPIClient::V2::SLOReportStatusGetResponseAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#statusObject

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