Class: DatadogAPIClient::V1::SyntheticsAPITestResultShortResult

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/synthetics_api_test_result_short_result.rb

Overview

Result of the last API test run.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



31
32
33
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_result_short_result.rb', line 31

def additional_properties
  @additional_properties
end

#passedObject

Describes if the test run has passed or failed.



25
26
27
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_result_short_result.rb', line 25

def passed
  @passed
end

#timingsObject

Object containing all metrics and their values collected for a Synthetic API test. See the [Synthetic Monitoring Metrics documentation](docs.datadoghq.com/synthetics/metrics/).



29
30
31
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_result_short_result.rb', line 29

def timings
  @timings
end