email property

List<String>? email
getter/setter pair

The list of the owner's email addresses.

If your application needs the current list of user emails, use the [get](/admin-sdk/directory/v1/reference/mobiledevices/get.html) method. For additional information, see the [retrieve a user](/admin-sdk/directory/v1/guides/manage-users#get_user) method.

Implementation

core.List<core.String>? email;