You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-chat/v1/2.0.0/com/google/api/services/chat/v1/model/GoogleAppsCardV1Widget.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ public final class GoogleAppsCardV1Widget extends com.google.api.client.json.Gen
78
78
* Displays a widget that lets users input a date, time, or date and time. For example, the
79
79
* following JSON creates a date time picker to schedule an appointment: ``` "dateTimePicker": {
80
80
* "name": "appointment_time", "label": "Book your appointment at:", "type": "DATE_AND_TIME",
81
-
* "valueMsEpoch": "796435200000" } ```
81
+
* "valueMsEpoch": 796435200000 } ```
82
82
* The value may be {@code null}.
83
83
*/
84
84
@com.google.api.client.util.Key
@@ -275,7 +275,7 @@ public GoogleAppsCardV1Widget setColumns(GoogleAppsCardV1Columns columns) {
275
275
* Displays a widget that lets users input a date, time, or date and time. For example, the
276
276
* following JSON creates a date time picker to schedule an appointment: ``` "dateTimePicker": {
277
277
* "name": "appointment_time", "label": "Book your appointment at:", "type": "DATE_AND_TIME",
0 commit comments