Show / Hide Table of Contents

Class ChipList

A list of chips layed out horizontally, which can either scroll horizontally or wrap to the next line.

Google Workspace add-ons and Chat apps:

Inheritance
object
ChipList
Implements
IMessage<ChipList>
IEquatable<ChipList>
IDeepCloneable<ChipList>
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 ChipList : IMessage<ChipList>, IEquatable<ChipList>, IDeepCloneable<ChipList>, IBufferMessage, IMessage

Constructors

ChipList()

Declaration
public ChipList()

ChipList(ChipList)

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

Properties

Chips

An array of chips.

Declaration
public RepeatedField<Chip> Chips { get; }
Property Value
Type Description
RepeatedField<Chip>

Layout

Specified chip list layout.

Declaration
public ChipList.Types.Layout Layout { get; set; }
Property Value
Type Description
ChipList.Types.Layout
In this article
Back to top Generated by DocFX