File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
src/main/java/com/datadog/api/client/v1/model 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.6.6",
7- "regenerated": "2025-05-07 21:20:01.108252 ",
8- "spec_repo_commit": "ba8b66cb "
7+ "regenerated": "2025-05-08 14:09:49.978241 ",
8+ "spec_repo_commit": "2b403b3c "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-05-07 21:20:01.142865 ",
13- "spec_repo_commit": "ba8b66cb "
12+ "regenerated": "2025-05-08 14:09:50.001896 ",
13+ "spec_repo_commit": "2b403b3c "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -1181,7 +1181,6 @@ components:
11811181 readOnly: true
11821182 type: string
11831183 is_read_only:
1184- default: false
11851184 deprecated: true
11861185 description: 'Whether this dashboard is read-only. If True, only the author
11871186 and admins can make changes to it.
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public class Dashboard {
6464 private String id ;
6565
6666 public static final String JSON_PROPERTY_IS_READ_ONLY = "is_read_only" ;
67- private Boolean isReadOnly = false ;
67+ private Boolean isReadOnly ;
6868
6969 public static final String JSON_PROPERTY_LAYOUT_TYPE = "layout_type" ;
7070 private DashboardLayoutType layoutType ;
You can’t perform that action at this time.
0 commit comments