Show / Hide Table of Contents

Class ContextualAddOnMarkup.Types.Card.Types.CardAction

A card action is the action associated with the card. For an invoice card, a typical action would be: delete invoice, email invoice or open the invoice in browser.

Not supported by Google Chat apps.

Inheritance
object
ContextualAddOnMarkup.Types.Card.Types.CardAction
Implements
IMessage<ContextualAddOnMarkup.Types.Card.Types.CardAction>
IEquatable<ContextualAddOnMarkup.Types.Card.Types.CardAction>
IDeepCloneable<ContextualAddOnMarkup.Types.Card.Types.CardAction>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class ContextualAddOnMarkup.Types.Card.Types.CardAction : IMessage<ContextualAddOnMarkup.Types.Card.Types.CardAction>, IEquatable<ContextualAddOnMarkup.Types.Card.Types.CardAction>, IDeepCloneable<ContextualAddOnMarkup.Types.Card.Types.CardAction>, IBufferMessage, IMessage

Constructors

CardAction()

Declaration
public CardAction()

CardAction(CardAction)

Declaration
public CardAction(ContextualAddOnMarkup.Types.Card.Types.CardAction other)
Parameters
Type Name Description
ContextualAddOnMarkup.Types.Card.Types.CardAction other

Properties

ActionLabel

The label used to be displayed in 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 WidgetMarkup.Types.OnClick OnClick { get; set; }
Property Value
Type Description
WidgetMarkup.Types.OnClick
In this article
Back to top Generated by DocFX