Show / Hide Table of Contents

Class GoogleAppsCardV1OpenLink

Represents an onClick event that opens a hyperlink. Google Workspace add-ons and Chat apps:

Inheritance
object
GoogleAppsCardV1OpenLink
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 GoogleAppsCardV1OpenLink : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

OnClose

Whether the client forgets about a link after opening it, or observes it until the window closes. Google Workspace add-ons:

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

OpenAs

How to open a link. Google Workspace add-ons:

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

Url

The URL to open.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX