Class: DatadogAPIClient::V2::DemCreateJourneyTestSuiteAttributes

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_coverageObject

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_nameObject

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