name property

List<String>? name
getter/setter pair

The list of the owner's user names.

If your application needs the current list of device owner names, use the [get](/admin-sdk/directory/v1/reference/mobiledevices/get.html) method. For more information about retrieving mobile device user information, see the [Developer's Guide](/admin-sdk/directory/v1/guides/manage-users#get_user).

Implementation

core.List<core.String>? name;