Class: DatadogAPIClient::V2::SyntheticsFastTestResultLocation

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

Overview

Location from which the fast test was executed.

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/v2/models/synthetics_fast_test_result_location.rb', line 36

def additional_properties
  @additional_properties
end

#idObject

ID of the location.



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

def id
  @id
end

#nameObject

Display name of the location.



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

def name
  @name
end

#versionObject

Agent version running at this location.



31
32
33
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result_location.rb', line 31

def version
  @version
end

#worker_idObject

Identifier of the specific worker that ran the test.



34
35
36
# File 'lib/datadog_api_client/v2/models/synthetics_fast_test_result_location.rb', line 34

def worker_id
  @worker_id
end