Class: DatadogAPIClient::V2::SyntheticsTestResultCdnResource
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestResultCdnResource
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_result_cdn_resource.rb
Overview
A CDN resource encountered while executing a browser step.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cdn ⇒ Object
CDN provider details inferred from response headers.
-
#resolved_ip ⇒ Object
Resolved IP address for the CDN resource.
-
#timestamp ⇒ Object
Unix timestamp (ms) of when the resource was fetched.
-
#timings ⇒ Object
Timing breakdown for fetching the CDN resource.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_cdn_resource.rb', line 36 def additional_properties @additional_properties end |
#cdn ⇒ Object
CDN provider details inferred from response headers.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_cdn_resource.rb', line 25 def cdn @cdn end |
#resolved_ip ⇒ Object
Resolved IP address for the CDN resource.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_cdn_resource.rb', line 28 def resolved_ip @resolved_ip end |
#timestamp ⇒ Object
Unix timestamp (ms) of when the resource was fetched.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_cdn_resource.rb', line 31 def @timestamp end |
#timings ⇒ Object
Timing breakdown for fetching the CDN resource.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_cdn_resource.rb', line 34 def timings @timings end |