Skip to content

Commit 56cc7ba

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 9b7eac3 of spec repo (#350)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent cc40a49 commit 56cc7ba

4 files changed

Lines changed: 5 additions & 8 deletions

File tree

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev6",
7-
"regenerated": "2021-05-11 08:05:34.315286",
8-
"spec_repo_commit": "8d8238a"
7+
"regenerated": "2021-05-12 07:57:06.860813",
8+
"spec_repo_commit": "9b7eac3"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev6",
12-
"regenerated": "2021-05-11 08:06:29.495117",
13-
"spec_repo_commit": "8d8238a"
12+
"regenerated": "2021-05-12 07:58:04.999080",
13+
"spec_repo_commit": "9b7eac3"
1414
}
1515
}
1616
}

data/v1/openapi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11638,7 +11638,6 @@ components:
1163811638
minimum: 0
1163911639
type: integer
1164011640
is_column_break:
11641-
default: false
1164211641
description: 'Whether the widget should be the first one on the second column
1164311642
in high density or not.
1164411643

docs/v1/WidgetLayout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| Name | Type | Description | Notes |
66
| ---- | ---- | ----------- | ----- |
77
| **height** | **Integer** | The height of the widget. Should be a non-negative integer. | |
8-
| **is_column_break** | **Boolean** | Whether the widget should be the first one on the second column in high density or not. **Note**: Only for the **new dashboard layout** and only one widget in the dashboard should have this property set to &#x60;true&#x60;. | [optional][default to false] |
8+
| **is_column_break** | **Boolean** | Whether the widget should be the first one on the second column in high density or not. **Note**: Only for the **new dashboard layout** and only one widget in the dashboard should have this property set to &#x60;true&#x60;. | [optional] |
99
| **width** | **Integer** | The width of the widget. Should be a non-negative integer. | |
1010
| **x** | **Integer** | The position of the widget on the x (horizontal) axis. Should be a non-negative integer. | |
1111
| **y** | **Integer** | The position of the widget on the y (vertical) axis. Should be a non-negative integer. | |

lib/datadog_api_client/v1/models/widget_layout.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ def initialize(attributes = {})
8888

8989
if attributes.key?(:'is_column_break')
9090
self.is_column_break = attributes[:'is_column_break']
91-
else
92-
self.is_column_break = false
9391
end
9492

9593
if attributes.key?(:'width')

0 commit comments

Comments
 (0)