/var/www/flurhymez/vendor/google/apiclient-services/src/CloudTalentSolution
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudTalentSolution/DeviceInfo.php (1349B)
deviceType = $deviceType;
}
/**
* @return string
*/
public function getDeviceType()
{
return $this->deviceType;
}
/**
* @param string
*/
public function setId($id)
{
$this->id = $id;
}
/**
* @return string
*/
public function getId()
{
return $this->id;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DeviceInfo::class, 'Google_Service_CloudTalentSolution_DeviceInfo');