Show / Hide Table of Contents

Class ButtonList

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:

Inheritance
object
ButtonList
Implements
IMessage<ButtonList>
IEquatable<ButtonList>
IDeepCloneable<ButtonList>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public sealed class ButtonList : IMessage<ButtonList>, IEquatable<ButtonList>, IDeepCloneable<ButtonList>, IBufferMessage, IMessage

Constructors

ButtonList()

Declaration
public ButtonList()

ButtonList(ButtonList)

Declaration
public ButtonList(ButtonList other)
Parameters
Type Name Description
ButtonList other

Properties

Buttons

An array of buttons.

Declaration
public RepeatedField<Button> Buttons { get; }
Property Value
Type Description
RepeatedField<Button>
In this article
Back to top Generated by DocFX