Class: DatadogAPIClient::V2::TestOptimizationServiceSettingsData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TestOptimizationServiceSettingsData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/test_optimization_service_settings_data.rb
Overview
Data object for Test Optimization service settings response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
Attributes for Test Optimization service settings.
-
#id ⇒ Object
Unique identifier for the service settings.
-
#type ⇒ Object
JSON:API type for service settings response.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/test_optimization_service_settings_data.rb', line 34 def additional_properties @additional_properties end |
#attributes ⇒ Object
Attributes for Test Optimization service settings.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/test_optimization_service_settings_data.rb', line 25 def attributes @attributes end |
#id ⇒ Object
Unique identifier for the service settings.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/test_optimization_service_settings_data.rb', line 28 def id @id end |
#type ⇒ Object
JSON:API type for service settings response.
The value must always be test_optimization_service_settings.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/test_optimization_service_settings_data.rb', line 32 def type @type end |