Class GoogleAppsCardV1ButtonList
A list of buttons layed out horizontally. For an example in Google Chat apps, see Add a button. 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 GoogleAppsCardV1ButtonList : IDirectResponseSchema
Properties
Buttons
An array of buttons.
Declaration
[JsonProperty("buttons")]
public virtual IList<GoogleAppsCardV1Button> Buttons { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAppsCardV1Button> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |