# 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 ) ```