Skip to content

Commit 4510739

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

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.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:05.459261",
8-
"spec_repo_commit": "8d8238a"
7+
"regenerated": "2021-05-12 07:57:19.860172",
8+
"spec_repo_commit": "9b7eac3"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev6",
12-
"regenerated": "2021-05-11 08:05:53.268797",
13-
"spec_repo_commit": "8d8238a"
12+
"regenerated": "2021-05-12 07:58:07.951985",
13+
"spec_repo_commit": "9b7eac3"
1414
}
1515
}
1616
}

src/main/java/com/datadog/api/v1/client/model/WidgetLayout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class WidgetLayout {
3333
private Long height;
3434

3535
public static final String JSON_PROPERTY_IS_COLUMN_BREAK = "is_column_break";
36-
private Boolean isColumnBreak = false;
36+
private Boolean isColumnBreak;
3737

3838
public static final String JSON_PROPERTY_WIDTH = "width";
3939
private Long width;

src/main/java/com/datadog/api/v1/openapi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25030,7 +25030,6 @@ components:
2503025030
minimum: 0
2503125031
type: integer
2503225032
is_column_break:
25033-
default: false
2503425033
description: |-
2503525034
Whether the widget should be the first one on the second column in high density or not.
2503625035
**Note**: Only for the **new dashboard layout** and only one widget in the dashboard should have this property set to `true`.

0 commit comments

Comments
 (0)