Class: DatadogAPIClient::V2::SyntheticsFastTestResult

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

Overview

Fast test result response. Returns null if the result is not yet available (the test is still running or timed out before completing).

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



28
29
30
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result.rb', line 28

def additional_properties
  @additional_properties
end

#dataObject

Fast test result data object (JSON:API format).



26
27
28
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result.rb', line 26

def data
  @data
end