Class OnClick
Inheritance
System.Object
OnClick
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 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 |
|---|---|
| System.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 |
|---|---|
| System.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
Google.Apis.Requests.IDirectResponseSchema