GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse constructor

GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse({
  1. List<GoogleAppsCloudidentityDevicesV1DeviceUser>? deviceUsers,
  2. String? nextPageToken,
})

Implementation

GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse({
  this.deviceUsers,
  this.nextPageToken,
});