Show / Hide Table of Contents

Class AppsDynamiteSharedOnClick

Inheritance
System.Object
AppsDynamiteSharedOnClick
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 AppsDynamiteSharedOnClick : IDirectResponseSchema

Properties

Action

If specified, an action is triggered by this onClick.

Declaration
[JsonProperty("action")]
public virtual AppsDynamiteSharedAction Action { get; set; }
Property Value
Type Description
AppsDynamiteSharedAction

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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 AppsDynamiteSharedAction OpenDynamicLinkAction { get; set; }
Property Value
Type Description
AppsDynamiteSharedAction

OpenLink

If specified, this onClick triggers an open link action.

Declaration
[JsonProperty("openLink")]
public virtual AppsDynamiteSharedOpenLink OpenLink { get; set; }
Property Value
Type Description
AppsDynamiteSharedOpenLink

Implements

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