Class: DatadogAPIClient::V1::ApmStatsQueryColumnType
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::ApmStatsQueryColumnType
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/apm_stats_query_column_type.rb
Overview
Column properties.
Instance Attribute Summary collapse
-
#_alias ⇒ Object
A user-assigned alias for the column.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cell_display_mode ⇒ Object
Define a display mode for the table cell.
-
#name ⇒ Object
readonly
Column name.
-
#order ⇒ Object
Widget sorting methods.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_alias ⇒ Object
A user-assigned alias for the column.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/apm_stats_query_column_type.rb', line 25 def _alias @_alias end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/apm_stats_query_column_type.rb', line 36 def additional_properties @additional_properties end |
#cell_display_mode ⇒ Object
Define a display mode for the table cell.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/apm_stats_query_column_type.rb', line 28 def cell_display_mode @cell_display_mode end |
#name ⇒ Object
Column name.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/apm_stats_query_column_type.rb', line 31 def name @name end |
#order ⇒ Object
Widget sorting methods.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/apm_stats_query_column_type.rb', line 34 def order @order end |