Sha256: b3d4fb4368cf3b0333a97ff4f154da00bea73ae780a0b1328f61d66453ee983a
Contents?: true
Size: 1.84 KB
Versions: 2
Compression:
Stored size: 1.84 KB
Contents
# DatadogAPIClient::V1::TableWidgetDefinition ## Properties | Name | Type | Description | Notes | | ------------------ | ------------------------------------------------------------- | --------------------- | ---------------------------------- | | **custom_links** | [**Array<WidgetCustomLink>**](WidgetCustomLink.md) | List of custom links. | [optional] | | **has_search_bar** | [**TableWidgetHasSearchBar**](TableWidgetHasSearchBar.md) | | [optional] | | **requests** | [**Array<TableWidgetRequest>**](TableWidgetRequest.md) | Widget definition. | | | **time** | [**WidgetTime**](WidgetTime.md) | | [optional] | | **title** | **String** | Title of your widget. | [optional] | | **title_align** | [**WidgetTextAlign**](WidgetTextAlign.md) | | [optional] | | **title_size** | **String** | Size of the title. | [optional] | | **type** | [**TableWidgetDefinitionType**](TableWidgetDefinitionType.md) | | [default to 'query_table'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::TableWidgetDefinition.new( custom_links: null, has_search_bar: null, requests: [{"q/apm_query/log_query":"<METRIC_1>{<SCOPE_1>}"}], time: null, title: null, title_align: null, title_size: null, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/TableWidgetDefinition.md |
datadog_api_client-1.5.0 | docs/v1/TableWidgetDefinition.md |