Class GoogleAppsCardV1ImageComponent
Represents 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 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 |