Sha256: 76dfbff099c6f1e1bc3cf9feb0d8ea3a9f2e989c5ca46bcdcfd1eb8d6e0e4515
Contents?: true
Size: 545 Bytes
Versions: 7
Compression:
Stored size: 545 Bytes
Contents
# DatadogAPIClient::V1::WidgetRequestStyle ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **line_type** | [**WidgetLineType**](WidgetLineType.md) | | [optional] | | **line_width** | [**WidgetLineWidth**](WidgetLineWidth.md) | | [optional] | | **palette** | **String** | Color palette to apply to the widget. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::WidgetRequestStyle.new( line_type: null, line_width: null, palette: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems