Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Card::V1::ChipList.
A list of chips layed out horizontally, which can either scroll horizontally or wrap to the next line.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#chips
def
chips
()
-
>
::
Array
< ::
Google
::
Apps
::
Card
::
V1
::
Chip
>
Returns
- (::Array< ::Google::Apps::Card::V1::Chip >) — An array of chips.
#chips=
def
chips=
(
value
)
-
>
::
Array
< ::
Google
::
Apps
::
Card
::
V1
::
Chip
>
Parameter
- value(::Array< ::Google::Apps::Card::V1::Chip >) — An array of chips.
Returns
- (::Array< ::Google::Apps::Card::V1::Chip >) — An array of chips.
#layout
def
layout
()
-
>
::
Google
::
Apps
::
Card
::
V1
::
ChipList
::
Layout
Returns
- ( ::Google::Apps::Card::V1::ChipList::Layout ) — Specified chip list layout.
#layout=
def
layout=
(
value
)
-
>
::
Google
::
Apps
::
Card
::
V1
::
ChipList
::
Layout
Parameter
- value( ::Google::Apps::Card::V1::ChipList::Layout ) — Specified chip list layout.
Returns
- ( ::Google::Apps::Card::V1::ChipList::Layout ) — Specified chip list layout.

