resourceType property

List<ContentBlockerTriggerResourceType> resourceType
getter/setter pair

A list of ContentBlockerTriggerResourceType representing the resource types (how the browser intends to use the resource) that the rule should match. If not specified, the rule matches all resource types.

Implementation

late List<ContentBlockerTriggerResourceType> resourceType;