Class: DatadogAPIClient::V2::DemBatchGetJourneysAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DemBatchGetJourneysAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/dem_batch_get_journeys_attributes.rb
Overview
Attributes for a batch get journeys request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#test_suite_ids ⇒ Object
readonly
List of test suite IDs.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/dem_batch_get_journeys_attributes.rb', line 27 def additional_properties @additional_properties end |
#test_suite_ids ⇒ Object
List of test suite IDs.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/dem_batch_get_journeys_attributes.rb', line 25 def test_suite_ids @test_suite_ids end |