docs/v1/WidgetAxis.md in datadog_api_client-1.4.0 vs docs/v1/WidgetAxis.md in datadog_api_client-1.5.0

- old
+ new

@@ -1,16 +1,16 @@ # DatadogAPIClient::V1::WidgetAxis ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **include_zero** | **Boolean** | True includes zero. | [optional] | -| **label** | **String** | The label of the axis to display on the graph. | [optional] | -| **max** | **String** | Specifies the maximum value to show on the y-axis. It takes a number, or auto for default behavior. | [optional][default to 'auto'] | -| **min** | **String** | Specifies minimum value to show on the y-axis. It takes a number, or auto for default behavior. | [optional][default to 'auto'] | -| **scale** | **String** | Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, `pow##` (e.g. `pow2`, `pow0.5` etc.). | [optional][default to 'linear'] | +| Name | Type | Description | Notes | +| ---------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------- | +| **include_zero** | **Boolean** | True includes zero. | [optional] | +| **label** | **String** | The label of the axis to display on the graph. | [optional] | +| **max** | **String** | Specifies the maximum value to show on the y-axis. It takes a number, or auto for default behavior. | [optional][default to 'auto'] | +| **min** | **String** | Specifies minimum value to show on the y-axis. It takes a number, or auto for default behavior. | [optional][default to 'auto'] | +| **scale** | **String** | Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, `pow##` (e.g. `pow2`, `pow0.5` etc.). | [optional][default to 'linear'] | ## Example ```ruby require 'datadog_api_client/v1' @@ -21,6 +21,5 @@ max: null, min: null, scale: null ) ``` -