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