Show / Hide Table of Contents

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:

Inheritance
object
GoogleAppsCardV1Image
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX