Class: DatadogAPIClient::V2::GetMappingResponseDataAttributesAttributesItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GetMappingResponseDataAttributesAttributesItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/get_mapping_response_data_attributes_attributes_items.rb
Overview
Details of a single entity attribute including its mapping configuration and metadata.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attribute ⇒ Object
The attribute identifier as used in the entity data model.
-
#description ⇒ Object
Human-readable explanation of what the attribute represents.
-
#display_name ⇒ Object
The human-readable label for the attribute shown in the UI.
-
#groups ⇒ Object
List of group labels used to categorize the attribute.
-
#is_custom ⇒ Object
Whether this attribute is a custom user-defined attribute rather than a built-in one.
-
#type ⇒ Object
The data type of the attribute (for example, string or number).
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/get_mapping_response_data_attributes_attributes_items.rb', line 42 def additional_properties @additional_properties end |
#attribute ⇒ Object
The attribute identifier as used in the entity data model.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/get_mapping_response_data_attributes_attributes_items.rb', line 25 def attribute @attribute end |
#description ⇒ Object
Human-readable explanation of what the attribute represents.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/get_mapping_response_data_attributes_attributes_items.rb', line 28 def description @description end |
#display_name ⇒ Object
The human-readable label for the attribute shown in the UI.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/get_mapping_response_data_attributes_attributes_items.rb', line 31 def display_name @display_name end |
#groups ⇒ Object
List of group labels used to categorize the attribute.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/get_mapping_response_data_attributes_attributes_items.rb', line 34 def groups @groups end |
#is_custom ⇒ Object
Whether this attribute is a custom user-defined attribute rather than a built-in one.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/get_mapping_response_data_attributes_attributes_items.rb', line 37 def is_custom @is_custom end |
#type ⇒ Object
The data type of the attribute (for example, string or number).
40 41 42 |
# File 'lib/datadog_api_client/v2/models/get_mapping_response_data_attributes_attributes_items.rb', line 40 def type @type end |