@@ -2464,14 +2464,14 @@ class GoogleAppsCardV1DateTimePicker
24642464 # @return [String]
24652465 attr_accessor :type
24662466
2467- # Optional. The default value displayed in the widget, in milliseconds since [
2468- # Unix epoch time](https://en.wikipedia.org/wiki/Unix_time). Specify the value
2469- # based on the type of picker (`DateTimePickerType`): * `DATE_AND_TIME`: a
2470- # calendar date and time in UTC. For example, to represent January 1, 2023 at 12:
2471- # 00 PM UTC, use ` 1672574400000`. * `DATE_ONLY`: a calendar date at 00:00:00 UTC.
2472- # For example, to represent January 1, 2023, use `1672531200000`. * `TIME_ONLY`:
2473- # a time in UTC. For example, to represent 12:00 PM, use `43200000` (or `12 *
2474- # 60 * 60 * 1000`).
2467+ # The default value displayed in the widget, in milliseconds since [Unix epoch
2468+ # time](https://en.wikipedia.org/wiki/Unix_time). Specify the value based on the
2469+ # type of picker (`DateTimePickerType`): * `DATE_AND_TIME`: a calendar date and
2470+ # time in UTC. For example, to represent January 1, 2023 at 12:00 PM UTC, use `
2471+ # 1672574400000`. * `DATE_ONLY`: a calendar date at 00:00:00 UTC. For example,
2472+ # to represent January 1, 2023, use `1672531200000`. * `TIME_ONLY`: a time in
2473+ # UTC. For example, to represent 12:00 PM, use `43200000` (or `12 * 60 * 60 *
2474+ # 1000`).
24752475 # Corresponds to the JSON property `valueMsEpoch`
24762476 # @return [Fixnum]
24772477 attr_accessor :value_ms_epoch
0 commit comments