targetedPositionTypes property

List<String>? targetedPositionTypes
getter/setter pair

A list of video positions to be included.

When the included list is present, the excluded list must be empty. When the excluded list is present, the included list must be empty.

Implementation

core.List<core.String>? targetedPositionTypes;