Class: Google::Apps::Card::V1::Carousel::CarouselCard
- Inherits:
-
Object
- Object
- Google::Apps::Card::V1::Carousel::CarouselCard
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/card/v1/card.rb
Overview
A card that can be displayed as a carousel item. Google Chat apps:
Instance Attribute Summary collapse
-
#footer_widgets ⇒ ::Array<::Google::Apps::Card::V1::Card::NestedWidget>
A list of widgets displayed at the bottom of the carousel card.
-
#widgets ⇒ ::Array<::Google::Apps::Card::V1::Card::NestedWidget>
A list of widgets displayed in the carousel card.
Instance Attribute Details
#footer_widgets ⇒ ::Array<::Google::Apps::Card::V1::Card::NestedWidget>
2208 2209 2210 2211 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 2208 class CarouselCard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#widgets ⇒ ::Array<::Google::Apps::Card::V1::Card::NestedWidget>
2208 2209 2210 2211 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 2208 class CarouselCard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |