Class: DatadogAPIClient::V1::SyntheticsTriggerCITestRunResult

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

Overview

Information about a single 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.



36
37
38
# File 'lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_run_result.rb', line 36

def additional_properties
  @additional_properties
end

#deviceObject

The device ID.



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

def device
  @device
end

#locationObject

The location ID of the test run.



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

def location
  @location
end

#public_idObject

The public ID of the Synthetic test.



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

def public_id
  @public_id
end

#result_idObject

ID of the result.



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

def result_id
  @result_id
end