Class GoogleAppsCardV1Image
An image that is specified by a URL and can have an onClick
action. For an example, see Add an
image. 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 GoogleAppsCardV1Image : IDirectResponseSchema
Properties
AltText
The alternative text of this image that's used for accessibility.
Declaration
[JsonProperty("altText")]
public virtual string AltText { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageUrl
The HTTPS URL that hosts the image. For example:
https://developers.google.com/workspace/chat/images/quickstart-app-avatar.png
Declaration
[JsonProperty("imageUrl")]
public virtual string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
OnClick
When a user clicks the image, the click triggers this action.
Declaration
[JsonProperty("onClick")]
public virtual GoogleAppsCardV1OnClick OnClick { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsCardV1OnClick |