uris property

List<String>? uris
getter/setter pair

Optional but at least one of uris, emails or instruction must be specified.

Use this URI field to direct an applicant to a website, for example to link to an online application form. The maximum number of allowed characters for each entry is 2,000.

Implementation

core.List<core.String>? uris;