destinations property

List<String>? destinations
getter/setter pair

Destinations explicitly define WHERE an asset may be used. Destinations can be either explicit ('https://mytiki.com') or ECMAScript Compatible Regex ('\\.mytiki\\.com')

Implementation

List<String>? destinations;