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

#deviceObject

The device ID.



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

def device
  @device
end

#locationObject

The location ID of the test run.



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

def location
  @location
end

#public_idObject

The public ID of the Synthetics test.



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

def public_id
  @public_id
end

#result_idObject

ID of the result.



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

def result_id
  @result_id
end