File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
src/main/java/com/datadog/api/v1 Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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`.
You can’t perform that action at this time.
0 commit comments