Sha256: ff049290411540fe9009d31ce557e6581ced4d4c91d32f2ac68d40f026019796
Contents?: true
Size: 1.67 KB
Versions: 7
Compression:
Stored size: 1.67 KB
Contents
# DatadogAPIClient::V1::MonitorSummaryWidgetDefinition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **color_preference** | [**WidgetColorPreference**](WidgetColorPreference.md) | | [optional] | | **count** | **Integer** | The number of monitors to display. | [optional] | | **display_format** | [**WidgetMonitorSummaryDisplayFormat**](WidgetMonitorSummaryDisplayFormat.md) | | [optional] | | **hide_zero_counts** | **Boolean** | Whether to show counts of 0 or not. | [optional] | | **query** | **String** | Query to filter the monitors with. | | | **show_last_triggered** | **Boolean** | Whether to show the time that has elapsed since the monitor/group triggered. | [optional] | | **sort** | [**WidgetMonitorSummarySort**](WidgetMonitorSummarySort.md) | | [optional] | | **start** | **Integer** | The start of the list. Typically 0. | [optional] | | **summary_type** | [**WidgetSummaryType**](WidgetSummaryType.md) | | [optional] | | **title** | **String** | Title of the widget. | [optional] | | **title_align** | [**WidgetTextAlign**](WidgetTextAlign.md) | | [optional] | | **title_size** | **String** | Size of the title. | [optional] | | **type** | [**MonitorSummaryWidgetDefinitionType**](MonitorSummaryWidgetDefinitionType.md) | | [default to 'manage_status'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::MonitorSummaryWidgetDefinition.new( color_preference: null, count: null, display_format: null, hide_zero_counts: null, query: , show_last_triggered: null, sort: null, start: null, summary_type: null, title: null, title_align: null, title_size: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems