customer = $customer; } /** * @return string */ public function getCustomer() { return $this->customer; } /** * @param bool */ public function setRemoveResetLock($removeResetLock) { $this->removeResetLock = $removeResetLock; } /** * @return bool */ public function getRemoveResetLock() { return $this->removeResetLock; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsCloudidentityDevicesV1WipeDeviceRequest::class, 'Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1WipeDeviceRequest');