Class: DatadogAPIClient::V2::SyntheticsTestResultResponseInfo

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

Overview

Details of the response received during the test execution.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



78
79
80
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 78

def additional_properties
  @additional_properties
end

#bodyObject

Body of the response.



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

def body
  @body
end

#body_compressedObject

Compressed representation of the response body.



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

def body_compressed
  @body_compressed
end

#body_hashesObject

Hashes computed over the response body.



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

def body_hashes
  @body_hashes
end

#body_sizeObject

Size of the response body in bytes.



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

def body_size
  @body_size
end

#cache_headersObject

Cache-related response headers.



37
38
39
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 37

def cache_headers
  @cache_headers
end

#cdnObject

CDN provider details inferred from response headers.



40
41
42
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 40

def cdn
  @cdn
end

#closeObject

WebSocket close frame information for WebSocket test responses.



43
44
45
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 43

def close
  @close
end

#compressed_messageObject

Compressed representation of the response message.



46
47
48
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 46

def compressed_message
  @compressed_message
end

#headersObject

Response headers.



49
50
51
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 49

def headers
  @headers
end

#healthcheckObject

Health check information returned from a gRPC health check call.



52
53
54
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 52

def healthcheck
  @healthcheck
end

#http_versionObject

HTTP version of the response.



55
56
57
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 55

def http_version
  @http_version
end

#is_body_truncatedObject

Whether the response body was truncated.



58
59
60
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 58

def is_body_truncated
  @is_body_truncated
end

#is_message_truncatedObject

Whether the response message was truncated.



61
62
63
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 61

def is_message_truncated
  @is_message_truncated
end

#messageObject

Message received in the response (for WebSocket/TCP/UDP tests).



64
65
66
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 64

def message
  @message
end

#metadataObject

Additional metadata returned with the response.



67
68
69
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 67

def 
  @metadata
end

#recordsObject

DNS records returned in the response (DNS tests only).



70
71
72
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 70

def records
  @records
end

#redirectsObject

Redirect hops encountered while performing the request.



73
74
75
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 73

def redirects
  @redirects
end

#status_codeObject

HTTP status code of the response.



76
77
78
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 76

def status_code
  @status_code
end