Class OnClick
An onclick
action (for example, open a link).
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class OnClick : IDirectResponseSchema
Properties
Action
A form action is triggered by this onclick
action if specified.
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 |
OpenLink
This onclick
action triggers an open link action if specified.
Declaration
[JsonProperty("openLink")]
public virtual OpenLink OpenLink { get; set; }
Property Value
Type | Description |
---|---|
OpenLink |