GoogleAppsCardV1OnClick class
Represents how to respond when users click an interactive element on a card, such as a button.
[Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):
Constructors
- GoogleAppsCardV1OnClick({GoogleAppsCardV1Action? action, GoogleAppsCardV1Card? card, GoogleAppsCardV1Action? openDynamicLinkAction, GoogleAppsCardV1OpenLink? openLink})
- GoogleAppsCardV1OnClick.fromJson(Map json_)
Properties
- action ↔ GoogleAppsCardV1Action?
-
If specified, an action is triggered by this
onClick
.getter/setter pair - card ↔ GoogleAppsCardV1Card?
-
A new card is pushed to the card stack after clicking if specified.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- openDynamicLinkAction ↔ GoogleAppsCardV1Action?
-
An add-on triggers this action when the action needs to open a link.
getter/setter pair
- openLink ↔ GoogleAppsCardV1OpenLink?
-
If specified, this
onClick
triggers an open link action.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited