browsers property

List<Browser>? browsers
getter/setter pair

Browsers that this ad targets.

For each browser either set browserVersionId or dartId along with the version numbers. If both are specified, only browserVersionId will be used. The other fields are populated automatically when the ad is inserted or updated.

Implementation

core.List<Browser>? browsers;