emails property

List<String>? emails
getter/setter pair

List of emails of the user, String in rfc2822 format, i.e. user@infobip.com.

Implementation

List<String>? emails;