Class GoogleAppsCardV1OpenLink
Represents an onClick
event that opens a hyperlink. Google Workspace Add-ons and Chat
apps:
Implements
Inherited Members
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 |