rules property

List<Rule>? rules
getter/setter pair

Rules determine which asset will be served to a viewer.

Rules will be evaluated in the order in which they are stored in this list. This list must contain at least one rule. Applicable to INSTREAM_VIDEO creatives.

Implementation

core.List<Rule>? rules;