Class: DatadogAPIClient::V2::AssetOperatingSystem
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AssetOperatingSystem
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/asset_operating_system.rb
Overview
Asset operating system.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
Operating system version.
-
#name ⇒ Object
readonly
Operating system name.
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/asset_operating_system.rb', line 30 def additional_properties @additional_properties end |
#description ⇒ Object
Operating system version.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/asset_operating_system.rb', line 25 def description @description end |
#name ⇒ Object
Operating system name.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/asset_operating_system.rb', line 28 def name @name end |