Show / Hide Table of Contents

Class GoogleAppsCardV1CardAction

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:

Inheritance
object
GoogleAppsCardV1CardAction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class GoogleAppsCardV1CardAction : IDirectResponseSchema

Properties

ActionLabel

The label that displays as the action menu item.

Declaration
[JsonProperty("actionLabel")]
public virtual string ActionLabel { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OnClick

The onClick action for this action item.

Declaration
[JsonProperty("onClick")]
public virtual GoogleAppsCardV1OnClick OnClick { get; set; }
Property Value
Type Description
GoogleAppsCardV1OnClick

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX