Class: Google::Apis::ChatV1::GoogleAppsCardV1Divider
- Inherits:
-
Object
- Object
- Google::Apis::ChatV1::GoogleAppsCardV1Divider
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/chat_v1/classes.rb,
lib/google/apis/chat_v1/representations.rb,
lib/google/apis/chat_v1/representations.rb
Overview
Displays a divider between widgets as a horizontal line. For an example in
Google Chat apps, see Add a horizontal divider between widgets. Google Workspace Add-ons and Chat
apps: For example, the
following JSON creates a divider: "divider": ``
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAppsCardV1Divider
constructor
A new instance of GoogleAppsCardV1Divider.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAppsCardV1Divider
Returns a new instance of GoogleAppsCardV1Divider.
2206 2207 2208 |
# File 'lib/google/apis/chat_v1/classes.rb', line 2206 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2211 2212 |
# File 'lib/google/apis/chat_v1/classes.rb', line 2211 def update!(**args) end |