Sha256: 97540700c622529486e3aea376d50b0eb732d50da52aa0ecbc1825be29d42daf
Contents?: true
Size: 811 Bytes
Versions: 2
Compression:
Stored size: 811 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/WidgetRequestStyle.md |
datadog_api_client-1.5.0 | docs/v1/WidgetRequestStyle.md |