Class OpenLink
Represents an onClick
event that opens a hyperlink.
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.
Declaration
public OpenLink.Types.OnClose OnClose { get; set; }
Property Value
Type | Description |
---|---|
OpenLink.Types.OnClose |
OpenAs
How to open a link.
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 |