categories property
getter/setter pair
Categories associated with email address. Note: In case EmailAddress.categories are not empty, then EmailAddress.address should be used according to given categories. Otherwise, EmailAddress.address is meant for general use.
Implementation
List<PlaceCategory> categories;