Class: DatadogAPIClient::V2::SyntheticsFastTestResultAttributes

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

Overview

Attributes of the fast test result.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



43
44
45
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result_attributes.rb', line 43

def additional_properties
  @additional_properties
end

#deviceObject

Device information for browser-based fast tests.



25
26
27
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result_attributes.rb', line 25

def device
  @device
end

#locationObject

Location from which the fast test was executed.



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

def location
  @location
end

#resultObject

Detailed result data for the fast test run. The exact shape of nested fields (request, response, assertions, etc.) depends on the test subtype.



32
33
34
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result_attributes.rb', line 32

def result
  @result
end

#test_sub_typeObject

Subtype of the Synthetic test that produced this result.



35
36
37
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result_attributes.rb', line 35

def test_sub_type
  @test_sub_type
end

#test_typeObject

The type of the Synthetic test that produced this result (for example, api or browser).



38
39
40
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result_attributes.rb', line 38

def test_type
  @test_type
end

#test_versionObject

Version of the test at the time the fast test was triggered.



41
42
43
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result_attributes.rb', line 41

def test_version
  @test_version
end