Show / Hide Table of Contents

Class OpenLink

Represents an onClick event that opens a hyperlink.

Google Workspace Add-ons and Chat apps:

Inheritance
object
OpenLink
Implements
IMessage<OpenLink>
IEquatable<OpenLink>
IDeepCloneable<OpenLink>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public sealed class OpenLink : IMessage<OpenLink>, IEquatable<OpenLink>, IDeepCloneable<OpenLink>, IBufferMessage, IMessage

Constructors

OpenLink()

Declaration
public OpenLink()

OpenLink(OpenLink)

Declaration
public OpenLink(OpenLink other)
Parameters
Type Name Description
OpenLink other

Properties

OnClose

Whether the client forgets about a link after opening it, or observes it until the window closes.

Google Workspace Add-ons:

Declaration
public OpenLink.Types.OnClose OnClose { get; set; }
Property Value
Type Description
OpenLink.Types.OnClose

OpenAs

How to open a link.

Google Workspace Add-ons:

Declaration
public OpenLink.Types.OpenAs OpenAs { get; set; }
Property Value
Type Description
OpenLink.Types.OpenAs

Url

The URL to open.

Declaration
public string Url { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX