GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse constructor
      
      GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse({ 
    
    
- List<
GoogleAppsCloudidentityDevicesV1DeviceUser> ? deviceUsers, - String? nextPageToken,
 
Implementation
GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse({
  this.deviceUsers,
  this.nextPageToken,
});