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.
-
#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.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/apm_stats_query_column_type.rb', line 29 def _alias @_alias end |
#cell_display_mode ⇒ Object
Define a display mode for the table cell.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/apm_stats_query_column_type.rb', line 32 def cell_display_mode @cell_display_mode end |
#name ⇒ Object
Column name.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/apm_stats_query_column_type.rb', line 35 def name @name end |
#order ⇒ Object
Widget sorting methods.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/apm_stats_query_column_type.rb', line 38 def order @order end |