Class Card.Types.CardAction
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.
Implements
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public sealed class Card.Types.CardAction : IMessage<Card.Types.CardAction>, IEquatable<Card.Types.CardAction>, IDeepCloneable<Card.Types.CardAction>, IBufferMessage, IMessage
Constructors
CardAction()
Declaration
public CardAction()
CardAction(CardAction)
Declaration
public CardAction(Card.Types.CardAction other)
Parameters
Type | Name | Description |
---|---|---|
Card.Types.CardAction | other |
Properties
ActionLabel
The label that displays as the action menu item.
Declaration
public string ActionLabel { get; set; }
Property Value
Type | Description |
---|---|
string |
OnClick
The onClick
action for this action item.
Declaration
public OnClick OnClick { get; set; }
Property Value
Type | Description |
---|---|
OnClick |