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/GoogleAppsCardV1DateTimePicker.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ public final class GoogleAppsCardV1DateTimePicker extends com.google.api.client.
88
88
privatejava.lang.Stringtype;
89
89
90
90
/**
91
-
* The default value displayed in the widget, in milliseconds since [Unix epoch
91
+
* Optional. The default value displayed in the widget, in milliseconds since [Unix epoch
92
92
* time](https://en.wikipedia.org/wiki/Unix_time). Specify the value based on the type of picker
93
93
* (`DateTimePickerType`): * `DATE_AND_TIME`: a calendar date and time in UTC. For example, to
94
94
* represent January 1, 2023 at 12:00 PM UTC, use `1672574400000`. * `DATE_ONLY`: a calendar date
@@ -218,7 +218,7 @@ public GoogleAppsCardV1DateTimePicker setType(java.lang.String type) {
218
218
}
219
219
220
220
/**
221
-
* The default value displayed in the widget, in milliseconds since [Unix epoch
221
+
* Optional. The default value displayed in the widget, in milliseconds since [Unix epoch
222
222
* time](https://en.wikipedia.org/wiki/Unix_time). Specify the value based on the type of picker
223
223
* (`DateTimePickerType`): * `DATE_AND_TIME`: a calendar date and time in UTC. For example, to
224
224
* represent January 1, 2023 at 12:00 PM UTC, use `1672574400000`. * `DATE_ONLY`: a calendar date
@@ -231,7 +231,7 @@ public java.lang.Long getValueMsEpoch() {
231
231
}
232
232
233
233
/**
234
-
* The default value displayed in the widget, in milliseconds since [Unix epoch
234
+
* Optional. The default value displayed in the widget, in milliseconds since [Unix epoch
235
235
* time](https://en.wikipedia.org/wiki/Unix_time). Specify the value based on the type of picker
236
236
* (`DateTimePickerType`): * `DATE_AND_TIME`: a calendar date and time in UTC. For example, to
237
237
* represent January 1, 2023 at 12:00 PM UTC, use `1672574400000`. * `DATE_ONLY`: a calendar date
0 commit comments