Class GoogleAppsCardV1GridItem
Represents an item in a grid layout. Items can contain text, an image, or both text and 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 GoogleAppsCardV1GridItem : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
A user-specified identifier for this grid item. This identifier is returned in the parent grid's onClick
callback parameters.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Image
The image that displays in the grid item.
Declaration
[JsonProperty("image")]
public virtual GoogleAppsCardV1ImageComponent Image { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsCardV1ImageComponent |
Layout
The layout to use for the grid item.
Declaration
[JsonProperty("layout")]
public virtual string Layout { get; set; }
Property Value
Type | Description |
---|---|
string |
Subtitle
The grid item's subtitle.
Declaration
[JsonProperty("subtitle")]
public virtual string Subtitle { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
The grid item's title.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |