customer = $customer; } /** * @return string */ public function getCustomer() { return $this->customer; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest::class, 'Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest');