Class AppsDynamiteStorageOnClick
Inheritance
object
AppsDynamiteStorageOnClick
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 AppsDynamiteStorageOnClick : IDirectResponseSchema
Properties
Action
If specified, an action is triggered by this onClick.
Declaration
[JsonProperty("action")]
public virtual AppsDynamiteStorageAction Action { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteStorageAction |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HostAppAction
Triggers host app action on click directly without invoking form actions. This is currently not available to end-users and is used internal only.
Declaration
[JsonProperty("hostAppAction")]
public virtual HostAppActionMarkup HostAppAction { get; set; }
Property Value
| Type | Description |
|---|---|
| HostAppActionMarkup |
OpenDynamicLinkAction
An add-on triggers this action when the action needs to open a link. This differs from the open_link above in that this needs to talk to server to get the link. Thus some preparation work is required for web client to do before the open link action response comes back.
Declaration
[JsonProperty("openDynamicLinkAction")]
public virtual AppsDynamiteStorageAction OpenDynamicLinkAction { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteStorageAction |
OpenLink
If specified, this onClick triggers an open link action.
Declaration
[JsonProperty("openLink")]
public virtual AppsDynamiteStorageOpenLink OpenLink { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteStorageOpenLink |