File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/main/java/com/datadog/api/client/v1/model Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25943,17 +25943,17 @@ components:
2594325943 description: Used for fixed span times, such as 'March 1 to March 7'.
2594425944 properties:
2594525945 from:
25946- description: Start time in seconds since epoch.
25947- example: 1712080128
25946+ description: Start time in milliseconds since epoch.
25947+ example: 1712080128000
2594825948 format: int64
2594925949 minimum: 0
2595025950 type: integer
2595125951 hide_incomplete_cost_data:
2595225952 description: Whether to hide incomplete cost data in the widget.
2595325953 type: boolean
2595425954 to:
25955- description: End time in seconds since epoch.
25956- example: 1712083128
25955+ description: End time in milliseconds since epoch.
25956+ example: 1712083128000
2595725957 format: int64
2595825958 minimum: 0
2595925959 type: integer
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public WidgetNewFixedSpan from(Long from) {
5959 }
6060
6161 /**
62- * Start time in seconds since epoch. minimum: 0
62+ * Start time in milliseconds since epoch. minimum: 0
6363 *
6464 * @return from
6565 */
@@ -100,7 +100,7 @@ public WidgetNewFixedSpan to(Long to) {
100100 }
101101
102102 /**
103- * End time in seconds since epoch. minimum: 0
103+ * End time in milliseconds since epoch. minimum: 0
104104 *
105105 * @return to
106106 */
You can’t perform that action at this time.
0 commit comments