childrenObjectIds property

List<String>? childrenObjectIds
getter/setter pair

The object IDs of the objects to group.

Only page elements can be grouped. There should be at least two page elements on the same page that are not already in another group. Some page elements, such as videos, tables and placeholders cannot be grouped.

Implementation

core.List<core.String>? childrenObjectIds;