Show / Hide Table of Contents

Class AppsDynamiteSharedCardCardAction

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.

Inheritance
System.Object
AppsDynamiteSharedCardCardAction
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteSharedCardCardAction : 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
System.String

ETag

The ETag of the item.

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

OnClick

The onclick action for this action item.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top