carousel property

GoogleAppsCardV1Carousel? carousel
getter/setter pair

A carousel contains a collection of nested widgets.

For example, this is a JSON representation of a carousel that contains two text paragraphs. { "widgets": [ { "textParagraph": { "text": "First text paragraph in the carousel." } }, { "textParagraph": { "text": "Second text paragraph in the carousel." } } ] }

Implementation

GoogleAppsCardV1Carousel? carousel;