Class: DatadogAPIClient::V1::SyntheticsBrowserTestResultFull

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

Overview

Object returned describing a browser test result.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#checkObject

Object describing the browser test configuration.



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

def check
  @check
end

#check_timeObject

When the browser test was conducted.



32
33
34
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 32

def check_time
  @check_time
end

#check_versionObject

Version of the browser test used.



35
36
37
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 35

def check_version
  @check_version
end

#probe_dcObject

Location from which the browser test was performed.



38
39
40
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 38

def probe_dc
  @probe_dc
end

#resultObject

Object containing results for your Synthetic browser test.



41
42
43
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 41

def result
  @result
end

#result_idObject

ID of the browser test result.



44
45
46
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 44

def result_id
  @result_id
end

#statusObject

The status of your Synthetic monitor.

  • O for not triggered

  • 1 for triggered

  • 2 for no data



50
51
52
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb', line 50

def status
  @status
end