Show / Hide Table of Contents

Class GoogleAppsCardV1ImageComponent

Represents an image. Google Workspace add-ons and Chat apps:

Inheritance
object
GoogleAppsCardV1ImageComponent
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 GoogleAppsCardV1ImageComponent : IDirectResponseSchema

Properties

AltText

The accessibility label for the image.

Declaration
[JsonProperty("altText")]
public virtual string AltText { get; set; }
Property Value
Type Description
string

BorderStyle

The border style to apply to the image.

Declaration
[JsonProperty("borderStyle")]
public virtual GoogleAppsCardV1BorderStyle BorderStyle { get; set; }
Property Value
Type Description
GoogleAppsCardV1BorderStyle

CropStyle

The crop style to apply to the image.

Declaration
[JsonProperty("cropStyle")]
public virtual GoogleAppsCardV1ImageCropStyle CropStyle { get; set; }
Property Value
Type Description
GoogleAppsCardV1ImageCropStyle

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImageUri

The image URL.

Declaration
[JsonProperty("imageUri")]
public virtual string ImageUri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX