Show / Hide Table of Contents

Class OnClick

An onclick action (for example, open a link).

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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX