userAgents property

List<String>? userAgents
getter/setter pair

A list of user agents to deny.

We look for exact matches. Limit 50 per action.

Optional.

Implementation

core.List<core.String>? userAgents;