Class: DatadogAPIClient::V2::SyntheticsNetworkTestConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsNetworkTestConfig
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_network_test_config.rb
Overview
Configuration object for a Network Path test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#assertions ⇒ Object
Array of assertions used for the test.
-
#request ⇒ Object
Object describing the request for a Network Path test.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/synthetics_network_test_config.rb', line 30 def additional_properties @additional_properties end |
#assertions ⇒ Object
Array of assertions used for the test.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_network_test_config.rb', line 25 def assertions @assertions end |
#request ⇒ Object
Object describing the request for a Network Path test.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_network_test_config.rb', line 28 def request @request end |