adSlots property

List<AdSlot>? adSlots
getter/setter pair

Ad slots of this inventory item.

If this inventory item represents a standalone placement, there will be exactly one ad slot. If this inventory item represents a placement group, there will be more than one ad slot, each representing one child placement in that placement group.

Implementation

core.List<AdSlot>? adSlots;