Class: DatadogAPIClient::V2::CustomFrameworkDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomFrameworkDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/custom_framework_data_attributes.rb
Overview
Framework Data Attributes.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
Framework Description.
-
#handle ⇒ Object
readonly
Framework Handle.
-
#icon_url ⇒ Object
Framework Icon URL.
-
#name ⇒ Object
readonly
Framework Name.
-
#requirements ⇒ Object
readonly
Framework Requirements.
-
#version ⇒ Object
readonly
Framework Version.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/custom_framework_data_attributes.rb', line 42 def additional_properties @additional_properties end |
#description ⇒ Object
Framework Description
25 26 27 |
# File 'lib/datadog_api_client/v2/models/custom_framework_data_attributes.rb', line 25 def description @description end |
#handle ⇒ Object
Framework Handle
28 29 30 |
# File 'lib/datadog_api_client/v2/models/custom_framework_data_attributes.rb', line 28 def handle @handle end |
#icon_url ⇒ Object
Framework Icon URL
31 32 33 |
# File 'lib/datadog_api_client/v2/models/custom_framework_data_attributes.rb', line 31 def icon_url @icon_url end |
#name ⇒ Object
Framework Name
34 35 36 |
# File 'lib/datadog_api_client/v2/models/custom_framework_data_attributes.rb', line 34 def name @name end |
#requirements ⇒ Object
Framework Requirements
37 38 39 |
# File 'lib/datadog_api_client/v2/models/custom_framework_data_attributes.rb', line 37 def requirements @requirements end |
#version ⇒ Object
Framework Version
40 41 42 |
# File 'lib/datadog_api_client/v2/models/custom_framework_data_attributes.rb', line 40 def version @version end |