names property

List<String>? names
getter/setter pair

Resource names of the DeviceUsers in the format: devices/{device}/deviceUsers/{user_resource}, where device is the unique ID assigned to a Device and user_resource is the unique user ID

Implementation

core.List<core.String>? names;