Class AppsDynamiteStorageCardCardAction
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
object
AppsDynamiteStorageCardCardAction
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteStorageCardCardAction : 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 AppsDynamiteStorageOnClick OnClick { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteStorageOnClick |