GoogleAppsCardV1CardAction class
A card action is the action associated with the card.
For example, an invoice card might include actions such as delete invoice, email invoice, or open the invoice in a browser. [Google Workspace add-ons](https://developers.google.com/workspace/add-ons):
Constructors
- GoogleAppsCardV1CardAction({String? actionLabel, GoogleAppsCardV1OnClick? onClick})
- GoogleAppsCardV1CardAction.fromJson(Map json_)
Properties
- actionLabel ↔ String?
- 
  The label that displays as the action menu item.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- onClick ↔ GoogleAppsCardV1OnClick?
- 
  The onClickaction for this action item.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