Class: DatadogAPIClient::V2::TestOptimizationGetServiceSettingsRequestData

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/test_optimization_get_service_settings_request_data.rb

Overview

Data object for get service settings request.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



31
32
33
# File 'lib/datadog_api_client/v2/models/test_optimization_get_service_settings_request_data.rb', line 31

def additional_properties
  @additional_properties
end

#attributesObject

Attributes for requesting Test Optimization service settings.



25
26
27
# File 'lib/datadog_api_client/v2/models/test_optimization_get_service_settings_request_data.rb', line 25

def attributes
  @attributes
end

#typeObject

JSON:API type for get service settings request. The value must always be test_optimization_get_service_settings_request.



29
30
31
# File 'lib/datadog_api_client/v2/models/test_optimization_get_service_settings_request_data.rb', line 29

def type
  @type
end