Class: DatadogAPIClient::V2::DemCreateJourneyTestSuiteAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DemCreateJourneyTestSuiteAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/dem_create_journey_test_suite_attributes.rb
Overview
Attributes for creating a test suite for a DEM journey.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#include_tests_from_journey_coverage ⇒ Object
Whether to populate the test suite based on journey coverage data.
-
#test_suite_name ⇒ Object
An optional custom name for the auto-created test suite.
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/dem_create_journey_test_suite_attributes.rb', line 30 def additional_properties @additional_properties end |
#include_tests_from_journey_coverage ⇒ Object
Whether to populate the test suite based on journey coverage data.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/dem_create_journey_test_suite_attributes.rb', line 25 def include_tests_from_journey_coverage @include_tests_from_journey_coverage end |
#test_suite_name ⇒ Object
An optional custom name for the auto-created test suite.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/dem_create_journey_test_suite_attributes.rb', line 28 def test_suite_name @test_suite_name end |