Class: DatadogAPIClient::V1::SyntheticsBrowserTestResultData

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

Overview

Object containing results for your Synthetic browser test.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



61
62
63
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 61

def additional_properties
  @additional_properties
end

#browser_typeObject

Type of browser device used for the browser test.



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

def browser_type
  @browser_type
end

#browser_versionObject

Browser version used for the browser test.



28
29
30
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 28

def browser_version
  @browser_version
end

#deviceObject

Object describing the device used to perform the Synthetic test.



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

def device
  @device
end

#durationObject

Global duration in second of the browser test.



34
35
36
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 34

def duration
  @duration
end

#errorObject

Error returned for the browser test.



37
38
39
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 37

def error
  @error
end

#failureObject

The browser test failure details.



40
41
42
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 40

def failure
  @failure
end

#passedObject

Whether or not the browser test was conducted.



43
44
45
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 43

def passed
  @passed
end

#received_email_countObject

The amount of email received during the browser test.



46
47
48
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 46

def received_email_count
  @received_email_count
end

#start_urlObject

Starting URL for the browser test.



49
50
51
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 49

def start_url
  @start_url
end

#step_detailsObject

Array containing the different browser test steps.



52
53
54
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 52

def step_details
  @step_details
end

#thumbnails_bucket_keyObject

Whether or not a thumbnail is associated with the browser test.



55
56
57
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 55

def thumbnails_bucket_key
  @thumbnails_bucket_key
end

#time_to_interactiveObject

Time in second to wait before the browser test starts after reaching the start URL.



59
60
61
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb', line 59

def time_to_interactive
  @time_to_interactive
end