Sha256: c9d6f4d1021cb678790a29f43ece440423794d7af09da65442d5e4a6d860a688
Contents?: true
Size: 536 Bytes
Versions: 2
Compression:
Stored size: 536 Bytes
Contents
# DatadogAPIClient::V1::WidgetFieldSort ## Properties | Name | Type | Description | Notes | | ---------- | ------------------------------- | ------------------------- | ----- | | **column** | **String** | Facet path for the column | | | **order** | [**WidgetSort**](WidgetSort.md) | | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::WidgetFieldSort.new( column: , order: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/WidgetFieldSort.md |
datadog_api_client-1.5.0 | docs/v1/WidgetFieldSort.md |