Class: DatadogAPIClient::V2::SyntheticsTestResultCdnResource

Inherits:
Object
  • Object
show all
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

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_test_result_cdn_resource.rb', line 36

def additional_properties
  @additional_properties
end

#cdnObject

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_ipObject

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

#timestampObject

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
  @timestamp
end

#timingsObject

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