Sha256: 5547a2718269bdeaf0b4d3613e88e2ec50500e16a6650e4db952883fd250ca04

Contents?: true

Size: 635 Bytes

Versions: 7

Compression:

Stored size: 635 Bytes

Contents

# DatadogAPIClient::V1::ApmStatsQueryColumnType

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **_alias** | **String** | A user-assigned alias for the column. | [optional] |
| **cell_display_mode** | [**TableWidgetCellDisplayMode**](TableWidgetCellDisplayMode.md) |  | [optional] |
| **name** | **String** | Column name. |  |
| **order** | [**WidgetSort**](WidgetSort.md) |  | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::ApmStatsQueryColumnType.new(
  _alias: Requests,
  cell_display_mode: null,
  name: Reqs,
  order: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/ApmStatsQueryColumnType.md
datadog_api_client-1.3.0 docs/v1/ApmStatsQueryColumnType.md
datadog_api_client-1.2.0 docs/v1/ApmStatsQueryColumnType.md
datadog_api_client-1.1.0 docs/v1/ApmStatsQueryColumnType.md
datadog_api_client-1.0.0 docs/v1/ApmStatsQueryColumnType.md
datadog_api_client-1.0.0.beta.3 docs/v1/ApmStatsQueryColumnType.md
datadog_api_client-1.0.0.beta.2 docs/v1/ApmStatsQueryColumnType.md