Class GoogleAppsCardV1CardHeader
Represents a card header. For an example in Google Chat apps, see Add a header. 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 GoogleAppsCardV1CardHeader : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageAltText
The alternative text of this image that's used for accessibility.
Declaration
[JsonProperty("imageAltText")]
public virtual string ImageAltText { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageType
The shape used to crop the image. Google Workspace Add-ons and Chat apps:
Declaration
[JsonProperty("imageType")]
public virtual string ImageType { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageUrl
The HTTPS URL of the image in the card header.
Declaration
[JsonProperty("imageUrl")]
public virtual string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Subtitle
The subtitle of the card header. If specified, appears on its own line below the title
.
Declaration
[JsonProperty("subtitle")]
public virtual string Subtitle { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Required. The title of the card header. The header has a fixed height: if both a title and subtitle are specified, each takes up one line. If only the title is specified, it takes up both lines.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |