Sha256: 3404a5b71acb23cdbfe2faa48738a2cf3f78638a23aa1a0bc431e8b89872d308
Contents?: true
Size: 1.17 KB
Versions: 7
Compression:
Stored size: 1.17 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
7 entries across 7 versions & 1 rubygems