Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Card::V1::Carousel::CarouselCard.
A card that can be displayed as a carousel item. Google Chat apps:
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#footer_widgets
def footer_widgets() -> ::Array<::Google::Apps::Card::V1::Card::NestedWidget>
Returns
- (::Array<::Google::Apps::Card::V1::Card::NestedWidget>) — A list of widgets displayed at the bottom of the carousel card. The widgets are displayed in the order that they are specified.
#footer_widgets=
def footer_widgets=(value) -> ::Array<::Google::Apps::Card::V1::Card::NestedWidget>
Parameter
- value (::Array<::Google::Apps::Card::V1::Card::NestedWidget>) — A list of widgets displayed at the bottom of the carousel card. The widgets are displayed in the order that they are specified.
Returns
- (::Array<::Google::Apps::Card::V1::Card::NestedWidget>) — A list of widgets displayed at the bottom of the carousel card. The widgets are displayed in the order that they are specified.
#widgets
def widgets() -> ::Array<::Google::Apps::Card::V1::Card::NestedWidget>
Returns
- (::Array<::Google::Apps::Card::V1::Card::NestedWidget>) — A list of widgets displayed in the carousel card. The widgets are displayed in the order that they are specified.
#widgets=
def widgets=(value) -> ::Array<::Google::Apps::Card::V1::Card::NestedWidget>
Parameter
- value (::Array<::Google::Apps::Card::V1::Card::NestedWidget>) — A list of widgets displayed in the carousel card. The widgets are displayed in the order that they are specified.
Returns
- (::Array<::Google::Apps::Card::V1::Card::NestedWidget>) — A list of widgets displayed in the carousel card. The widgets are displayed in the order that they are specified.