Show / Hide Table of Contents

Class OnClick

Inheritance
object
OnClick
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.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class OnClick : IDirectResponseSchema

Properties

Action

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

ETag

The ETag of the item.

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

Link

This can be used as a short form for OpenLink with the default OpenAs and OnClose. It may be undeprecated if this proves to be handy for developers.

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

OpenLink

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

OpenLinkAction

An add-on triggers this action when the form 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("openLinkAction")]
public virtual FormAction OpenLinkAction { get; set; }
Property Value
Type Description
FormAction

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX