emails property

List<String>? emails
getter/setter pair

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

Use this field to specify email address(es) to which resumes or applications can be sent. The maximum number of allowed characters for each entry is 255.

Implementation

core.List<core.String>? emails;