@@ -2464,14 +2464,14 @@ class GoogleAppsCardV1DateTimePicker
24642464 # @return [String]
24652465 attr_accessor :type
24662466
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`).
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`).
24752475 # Corresponds to the JSON property `valueMsEpoch`
24762476 # @return [Fixnum]
24772477 attr_accessor :value_ms_epoch
@@ -5095,9 +5095,10 @@ class Message
50955095 # `. * Custom hyperlinks using the format `<`url`|`rendered_text`>` where the
50965096 # first string is the URL and the second is the rendered text—for example, ``. *
50975097 # Custom emoji using the format `:`emoji_name`:`—for example, `:smile:`. This
5098- # doesn't apply to Unicode emoji, such as `U+1F600` for a grinning face emoji.
5099- # For more information, see [View text formatting sent in a message](https://
5100- # developers.google.com/workspace/chat/format-messages#
5098+ # doesn't apply to Unicode emoji, such as `U+1F600` for a grinning face emoji. *
5099+ # Bullet list items using asterisks (`*`)—for example, `* item`. For more
5100+ # information, see [View text formatting sent in a message](https://developers.
5101+ # google.com/workspace/chat/format-messages#
51015102 # view_text_formatting_sent_in_a_message)
51025103 # Corresponds to the JSON property `formattedText`
51035104 # @return [String]
0 commit comments