Class: DatadogAPIClient::V1::ApmStatsQueryColumnType

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/apm_stats_query_column_type.rb

Overview

Column properties.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_aliasObject

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_modeObject

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

#nameObject

Column name.



35
36
37
# File 'lib/datadog_api_client/v1/models/apm_stats_query_column_type.rb', line 35

def name
  @name
end

#orderObject

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